Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc23088 bool any_dependent_targs = false; in type_unification_real() local
23098 if (!any_dependent_targs && dependent_template_arg_p (targ)) in type_unification_real()
23099 any_dependent_targs = true; in type_unification_real()
23139 processing_template_decl_sentinel s (!any_dependent_targs); in type_unification_real()
23141 if (saw_undeduced == 1 && !any_dependent_targs) in type_unification_real()
23164 else if (!any_dependent_targs) in type_unification_real()