Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c22367 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()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc23248 tree subargs, elem; in resolve_overloaded_unification() local
23253 subargs = coerce_template_parms (DECL_INNERMOST_TEMPLATE_PARMS (fn), in resolve_overloaded_unification()
23257 if (subargs != error_mark_node in resolve_overloaded_unification()
23258 && !any_dependent_template_arguments_p (subargs)) in resolve_overloaded_unification()
23260 fn = instantiate_template (fn, subargs, tf_none); in resolve_overloaded_unification()
23283 else if (subargs) in resolve_overloaded_unification()
23394 tree subargs, elem; in resolve_nondeduced_context() local
23399 subargs = coerce_template_parms (DECL_INNERMOST_TEMPLATE_PARMS (fn), in resolve_nondeduced_context()
23403 if (subargs != error_mark_node in resolve_nondeduced_context()
23404 && !any_dependent_template_arguments_p (subargs)) in resolve_nondeduced_context()
[all …]