Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/cp/
Dcall.c2766 int template_only = 0; in perform_overload_resolution() local
2782 template_only = 1; in perform_overload_resolution()
2786 add_candidates (fn, args, explicit_targs, template_only, in perform_overload_resolution()
3617 tree explicit_targs, bool template_only, in add_candidates() argument
3661 else if (!template_only) in add_candidates()
5375 int template_only = 0; in build_new_method_call() local
5413 template_only = 1; in build_new_method_call()
5497 else if (! template_only) in build_new_method_call()
Dclass.c5758 bool template_only, in resolve_address_of_overloaded_function() argument
5830 if (!template_only) in resolve_address_of_overloaded_function()
DChangeLog-20035298 (add_candidates): Add explicit_targs and template_only parameters.