Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/cp/
Dpt.c8456 #define RECUR(t) tsubst_copy_asm_operands (t, args, complain, in_decl) in tsubst_copy_asm_operands() macro
8473 purpose = RECUR (purpose); in tsubst_copy_asm_operands()
8476 value = RECUR (value); in tsubst_copy_asm_operands()
8479 chain = RECUR (chain); in tsubst_copy_asm_operands()
8481 #undef RECUR in tsubst_copy_asm_operands()
8491 #define RECUR(NODE) \ in tsubst_expr() macro
8511 RECUR (tsi_stmt (i)); in tsubst_expr()
8521 finish_return_stmt (RECUR (TREE_OPERAND (t, 0))); in tsubst_expr()
8525 tmp = RECUR (EXPR_STMT_EXPR (t)); in tsubst_expr()
8533 do_using_directive (RECUR (USING_STMT_NAMESPACE (t))); in tsubst_expr()
[all …]
DChangeLog1179 (tsubst_expr): Use RECUR throughout.
1180 (tsubst_copy_and_build): Change definition of RECUR. Do not allow
DChangeLog-20033069 finish_id_expression. Introduce RECUR macro.