Home
last modified time | relevance | path

Searched refs:bk_not_base (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dsearch.cc210 *kind_ptr = bk_not_base; in lookup_base()
217 *kind_ptr = bk_not_base; in lookup_base()
255 bk = data.ambiguous ? bk_ambig : bk_not_base; in lookup_base()
266 bk = bk_not_base; in lookup_base()
273 case bk_not_base: in lookup_base()
Dname-lookup.cc5531 base_kind b_kind = bk_not_base; in lookup_using_decl()
5626 gcc_checking_assert (b_kind >= bk_not_base); in lookup_using_decl()
5628 if (b_kind == bk_not_base && any_dependent_bases_p ()) in lookup_using_decl()
5750 if (TYPE_P (current) && b_kind == bk_not_base) in lookup_using_decl()
Dcp-tree.h5606 bk_not_base = -1, /* It is not a base */ enumerator