Home
last modified time | relevance | path

Searched refs:tf_ignore_bad_quals (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/gcc/gcc/cp/
H A Dtree.c567 else if (!(complain & (tf_error | tf_ignore_bad_quals))) in cp_build_qualified_type_real()
571 if (complain & tf_ignore_bad_quals) in cp_build_qualified_type_real()
579 if (!(complain & tf_ignore_bad_quals)) in cp_build_qualified_type_real()
H A Dpt.c7389 (arg, quals, complain | tf_ignore_bad_quals); in tsubst()
7441 ? tf_ignore_bad_quals : 0)); in tsubst()
7755 complain |= tf_ignore_bad_quals; in tsubst()
H A Dcp-tree.h3207 tf_ignore_bad_quals = 1 << 2, /* ignore bad cvr qualifiers */ enumerator
H A Ddecl.c7472 ? tf_ignore_bad_quals : 0) | tf_warning_or_error)); in grokdeclarator()
H A DChangeLog-20023854 * cp-tree.h (tsubst_flags_t): Add tf_ignore_bad_quals,
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dtree.c547 else if (!(complain & (tf_error | tf_ignore_bad_quals)))
553 if (complain & tf_ignore_bad_quals)
562 if (!(complain & tf_ignore_bad_quals)
H A Dpt.c6785 complain | tf_ignore_bad_quals);
6840 ? tf_ignore_bad_quals : 0));
7171 complain |= tf_ignore_bad_quals;
H A Dcp-tree.h3150 tf_ignore_bad_quals = 1 << 3, /* ignore bad cvr qualifiers */ enumerator
H A Ddecl.c11246 ? tf_ignore_bad_quals : 0) | tf_error | tf_warning));
H A DChangeLog5257 * cp-tree.h (tsubst_flags_t): Add tf_ignore_bad_quals,