Searched refs:any_dependent_bases_p (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dsearch.c2684 any_dependent_bases_p (tree type)
2680 any_dependent_bases_p (tree type) function
H A Dname-lookup.c4695 if (b_kind == bk_same_type || !any_dependent_bases_p ())
H A Dcp-tree.h7131 extern bool any_dependent_bases_p (tree = current_nonlambda_class_type ());
H A Dcall.c10430 else if (any_dependent_bases_p ())
H A Dtypeck.c3186 if (any_dependent_bases_p (object_type))
H A Dpt.c26693 if (!any_dependent_bases_p (cur))
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dsearch.cc2718 any_dependent_bases_p (tree type)
2714 any_dependent_bases_p (tree type) function
H A Dname-lookup.cc5631 if (b_kind == bk_not_base && any_dependent_bases_p ())
5637 if (any_dependent_bases_p ())
H A Dcp-tree.h7536 extern bool any_dependent_bases_p (tree = current_nonlambda_class_type ());
H A Dcall.cc11167 else if (current_class_ptr && any_dependent_bases_p ())
H A Dtypeck.cc3356 if (any_dependent_bases_p (object_type))
H A Dpt.cc27554 return dependent_scope_p (scope) || any_dependent_bases_p (scope);
27571 if (!any_dependent_bases_p (cur))

Completed in 789 milliseconds