Searched defs:RECUR (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | expr.c | 97 #define RECUR(t) mark_use ((t), rvalue_p, read_p, loc, reject_builtin) in mark_use() macro
|
H A D | constexpr.c | 7547 #define RECUR(x) \ in check_for_return_continue() macro 7641 #define RECUR(T,RV) \ in potential_constant_expression_1() macro
|
H A D | pt.c | 17492 #define RECUR(t) tsubst_copy_asm_operands (t, args, complain, in_decl) in tsubst_copy_asm_operands() macro 17546 #define RECUR(NODE) \ in tsubst_omp_for_iterator() macro 17994 #define RECUR(NODE) \ in tsubst_expr() macro 19338 #define RECUR(NODE) \ in tsubst_copy_and_build() macro
|
H A D | class.c | 7752 #define RECUR(T) fixed_type_or_null((T), nonnull, cdtorp) in fixed_type_or_null() macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | expr.cc | 97 #define RECUR(t) mark_use ((t), rvalue_p, read_p, loc, reject_builtin) in mark_use() macro
|
H A D | constexpr.cc | 8485 #define RECUR(x) \ in check_for_return_continue() macro 8579 #define RECUR(T,RV) \ in potential_constant_expression_1() macro
|
H A D | pt.cc | 18056 #define RECUR(t) tsubst_copy_asm_operands (t, args, complain, in_decl) in tsubst_copy_asm_operands() macro 18110 #define RECUR(NODE) \ in tsubst_omp_for_iterator() macro 18581 #define RECUR(NODE) \ in tsubst_expr() macro 20121 #define RECUR(NODE) \ in tsubst_copy_and_build() macro
|
H A D | class.cc | 7855 #define RECUR(T) fixed_type_or_null((T), nonnull, cdtorp) in fixed_type_or_null() macro
|