Searched refs:tf_parsing (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | parse.y | 1168 $$ = make_unbound_class_template ($1, $3, tf_error | tf_parsing); 3101 = make_typename_type ($1, $3, tf_error | tf_parsing); } 3105 = make_typename_type ($1, $2, tf_error | tf_parsing); } 3108 = make_typename_type ($1, $2, tf_error | tf_parsing); } 3150 $$ = make_typename_type ($1, $2, tf_error | tf_parsing); 3163 { $$ = make_typename_type ($1, $2, tf_error | tf_parsing); } 3165 { $$ = make_typename_type ($1, $3, tf_error | tf_parsing); } 3179 $$ = make_typename_type ($1, $2, tf_error | tf_parsing); 3191 = make_typename_type ($1, $2, tf_error | tf_parsing); } 3194 = make_typename_type ($1, $3, tf_error | tf_parsing); }
|
H A D | decl.c | 6061 if (complain & tf_parsing) 6096 if (complain & tf_parsing) 6170 if (complain & tf_parsing)
|
H A D | cp-tree.h | 3155 tf_parsing = 1 << 6, /* called from parser enumerator
|
H A D | ChangeLog | 3623 * cp-tree.h (tsubst_flags_t): Add tf_parsing. 3629 tf_parsing set. 3630 (nest_name_specifier): Call make_typename_type with tf_parsing set.
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | ChangeLog-2002 | 2220 * cp-tree.h (tsubst_flags_t): Add tf_parsing. 2226 tf_parsing set. 2227 (nest_name_specifier): Call make_typename_type with tf_parsing set.
|
H A D | ChangeLog-2003 | 4364 (tsubst_flags_t): Remove tf_parsing. 4368 tf_parsing. 4376 tf_parsing.
|