Searched defs:RECUR (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/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 | 5295 #define RECUR(T,RV) \ in potential_constant_expression_1() macro
|
H A D | pt.c | 16232 #define RECUR(t) tsubst_copy_asm_operands (t, args, complain, in_decl) in tsubst_copy_asm_operands() macro 16283 #define RECUR(NODE) \ in tsubst_omp_for_iterator() macro 16605 #define RECUR(NODE) \ in tsubst_expr() macro 17721 #define RECUR(NODE) \ in tsubst_copy_and_build() macro
|
H A D | class.c | 7142 #define RECUR(T) fixed_type_or_null((T), nonnull, cdtorp) in fixed_type_or_null() macro
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | pt.c | 12351 #define RECUR(t) tsubst_copy_asm_operands (t, args, complain, in_decl) in tsubst_copy_asm_operands() macro 12396 #define RECUR(NODE) \ in tsubst_omp_for_iterator() macro 12536 #define RECUR(NODE) \ in tsubst_expr() macro 13123 #define RECUR(NODE) \ in tsubst_copy_and_build() macro
|
H A D | class.c | 6319 #define RECUR(T) fixed_type_or_null((T), nonnull, cdtorp) in fixed_type_or_null() macro
|