Searched refs:RECUR (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | expr.cc | 97 #define RECUR(t) mark_use ((t), rvalue_p, read_p, loc, reject_builtin) in mark_use() macro 121 tree val = RECUR (cap); in mark_use() 173 tree val = RECUR (cap); in mark_use() 193 tree nop = RECUR (op); in mark_use() 250 op = RECUR (op); in mark_use() 257 #undef RECUR in mark_use()
|
| D | constexpr.cc | 8485 #define RECUR(x) \ in check_for_return_continue() macro 8494 RECUR (DO_COND (t)); in check_for_return_continue() 8497 RECUR (DO_BODY (t)); in check_for_return_continue() 8504 RECUR (WHILE_COND (t)); in check_for_return_continue() 8507 RECUR (WHILE_BODY (t)); in check_for_return_continue() 8514 RECUR (FOR_INIT_STMT (t)); in check_for_return_continue() 8515 RECUR (FOR_COND (t)); in check_for_return_continue() 8516 RECUR (FOR_EXPR (t)); in check_for_return_continue() 8519 RECUR (FOR_BODY (t)); in check_for_return_continue() 8526 RECUR (RANGE_FOR_EXPR (t)); in check_for_return_continue() [all …]
|
| D | pt.cc | 18056 #define RECUR(t) tsubst_copy_asm_operands (t, args, complain, in_decl) in tsubst_copy_asm_operands() macro 18073 purpose = RECUR (purpose); in tsubst_copy_asm_operands() 18078 value = RECUR (value); in tsubst_copy_asm_operands() 18088 chain = RECUR (chain); in tsubst_copy_asm_operands() 18090 #undef RECUR in tsubst_copy_asm_operands() 18110 #define RECUR(NODE) \ in tsubst_omp_for_iterator() macro 18175 decl = RECUR (decl); in tsubst_omp_for_iterator() 18205 decl = RECUR (decl); in tsubst_omp_for_iterator() 18212 TREE_VEC_ELT (init, 1) = RECUR (TREE_VEC_ELT (init, 1)); in tsubst_omp_for_iterator() 18213 TREE_VEC_ELT (init, 2) = RECUR (TREE_VEC_ELT (init, 2)); in tsubst_omp_for_iterator() [all …]
|
| D | class.cc | 7855 #define RECUR(T) fixed_type_or_null((T), nonnull, cdtorp) in fixed_type_or_null() macro 7863 return RECUR (TREE_OPERAND (instance, 0)); in fixed_type_or_null() 7884 return RECUR (TREE_OPERAND (instance, 0)); in fixed_type_or_null() 7890 return RECUR (TREE_OPERAND (instance, 0)); in fixed_type_or_null() 7893 return RECUR (TREE_OPERAND (instance, 0)); in fixed_type_or_null() 7898 return RECUR (TREE_OPERAND (instance, 0)); in fixed_type_or_null() 7911 return RECUR (instance); in fixed_type_or_null() 7917 return RECUR (TREE_OPERAND (instance, 0)); in fixed_type_or_null() 7918 return RECUR (TREE_OPERAND (instance, 1)); in fixed_type_or_null() 7981 type = RECUR (DECL_INITIAL (instance)); in fixed_type_or_null() [all …]
|
| D | ChangeLog-2006 | 1090 (tsubst_expr): Use RECUR throughout. 1091 (tsubst_copy_and_build): Change definition of RECUR. Do not allow
|
| D | ChangeLog-2012 | 1037 * pt.c (tsubst_copy_and_build) [LAMBDA_EXPR]: Go back to using RECUR
|
| D | ChangeLog-2008 | 30 * pt.c (tsubst_omp_for_iterator): RECUR on whole init_expr instead of
|
| D | ChangeLog-2014 | 403 Shorten most internal calls with RECUR macro.
|
| D | ChangeLog-2003 | 3069 finish_id_expression. Introduce RECUR macro.
|
| D | ChangeLog-2020 | 1915 tsubst_copy_and_build explicitly instead of using the RECUR macro.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | ChangeLog-2016 | 30673 * config/i386/i386.c (decide_alg): Add RECUR argument. Revert 30674 2016-02-22 changes, instead don't recurse if RECUR is already true. 30675 Don't change *dynamic_check if RECUR. Adjust recursive caller
|