Home
last modified time | relevance | path

Searched refs:RECUR (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Dpt.c8442 #define RECUR(t) tsubst_copy_asm_operands (t, args, complain, in_decl) in tsubst_copy_asm_operands() macro
8459 purpose = RECUR (purpose); in tsubst_copy_asm_operands()
8462 value = RECUR (value); in tsubst_copy_asm_operands()
8465 chain = RECUR (chain); in tsubst_copy_asm_operands()
8467 #undef RECUR in tsubst_copy_asm_operands()
8477 #define RECUR(NODE) \ in tsubst_expr() macro
8497 RECUR (tsi_stmt (i)); in tsubst_expr()
8507 finish_return_stmt (RECUR (TREE_OPERAND (t, 0))); in tsubst_expr()
8511 tmp = RECUR (EXPR_STMT_EXPR (t)); in tsubst_expr()
8519 do_using_directive (RECUR (USING_STMT_NAMESPACE (t))); in tsubst_expr()
[all …]
DChangeLog1110 (tsubst_expr): Use RECUR throughout.
1111 (tsubst_copy_and_build): Change definition of RECUR. Do not allow
DChangeLog-20033069 finish_id_expression. Introduce RECUR macro.