Searched refs:RECUR (Results 1 – 3 of 3) sorted by relevance
8456 #define RECUR(t) tsubst_copy_asm_operands (t, args, complain, in_decl) in tsubst_copy_asm_operands() macro8473 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() macro8511 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 …]
1179 (tsubst_expr): Use RECUR throughout.1180 (tsubst_copy_and_build): Change definition of RECUR. Do not allow
3069 finish_id_expression. Introduce RECUR macro.