Searched refs:template_only (Results 1 – 3 of 3) sorted by relevance
2766 int template_only = 0; in perform_overload_resolution() local2782 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() argument3661 else if (!template_only) in add_candidates()5375 int template_only = 0; in build_new_method_call() local5413 template_only = 1; in build_new_method_call()5497 else if (! template_only) in build_new_method_call()
5758 bool template_only, in resolve_address_of_overloaded_function() argument5830 if (!template_only) in resolve_address_of_overloaded_function()
5298 (add_candidates): Add explicit_targs and template_only parameters.