Lines Matching refs:subargs
22367 tree subargs, elem; in resolve_overloaded_unification() local
22372 subargs = coerce_template_parms (DECL_INNERMOST_TEMPLATE_PARMS (fn), in resolve_overloaded_unification()
22376 if (subargs != error_mark_node in resolve_overloaded_unification()
22377 && !any_dependent_template_arguments_p (subargs)) in resolve_overloaded_unification()
22379 fn = instantiate_template (fn, subargs, tf_none); in resolve_overloaded_unification()
22402 else if (subargs) in resolve_overloaded_unification()
22513 tree subargs, elem; in resolve_nondeduced_context() local
22518 subargs = coerce_template_parms (DECL_INNERMOST_TEMPLATE_PARMS (fn), in resolve_nondeduced_context()
22522 if (subargs != error_mark_node in resolve_nondeduced_context()
22523 && !any_dependent_template_arguments_p (subargs)) in resolve_nondeduced_context()
22525 elem = instantiate_template (fn, subargs, tf_none); in resolve_nondeduced_context()
22529 badargs = subargs; in resolve_nondeduced_context()