Home
last modified time | relevance | path

Searched refs:ba_quiet (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dsearch.c256 if (!(access & ba_quiet)) in lookup_base()
274 if (!(access & ba_quiet)) in lookup_base()
1542 ba_unique | ba_quiet, NULL); in adjust_result_of_qualified_name_lookup()
1548 ba_unique | ba_quiet, in adjust_result_of_qualified_name_lookup()
1883 ba_check | ba_quiet, NULL); in check_final_overrider()
H A Dclass.c562 access |= ba_quiet; in convert_to_base()
658 ba_unique | ba_quiet, NULL); in build_vtbl_ref_1()
5447 if (!lookup_base (t, basetype, ba_unique | ba_quiet, NULL)) in warn_about_ambiguous_bases()
5459 if (!lookup_base (t, basetype, ba_unique | ba_quiet, NULL)) in warn_about_ambiguous_bases()
H A Dcp-tree.h1280 (lookup_base ((TYPE), (PARENT), ba_unique | ba_quiet, NULL) != NULL_TREE)
1283 (lookup_base ((TYPE), (PARENT), ba_ignore_scope | ba_check | ba_quiet, \
4171 ba_quiet = 1 << 3 /* Do not issue error messages. */ enumerator
H A Dtypeck.c7031 access |= ba_quiet; in get_delta_difference_1()