Home
last modified time | relevance | path

Searched refs:tf_parsing (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dparse.y1168 $$ = 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 Ddecl.c6061 if (complain & tf_parsing)
6096 if (complain & tf_parsing)
6170 if (complain & tf_parsing)
H A Dcp-tree.h3155 tf_parsing = 1 << 6, /* called from parser enumerator
H A DChangeLog3623 * 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 DChangeLog-20022220 * 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 DChangeLog-20034364 (tsubst_flags_t): Remove tf_parsing.
4368 tf_parsing.
4376 tf_parsing.