Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dpt.c8517 tree subargs, elem; local
8522 subargs = get_bindings_overload (fn, DECL_TEMPLATE_RESULT (fn),
8524 if (subargs)
8526 elem = tsubst (TREE_TYPE (fn), subargs, tf_none, NULL_TREE);
/openbsd/src/gnu/gcc/gcc/cp/
Dpt.c10060 tree subargs, elem; in resolve_overloaded_unification() local
10065 subargs = get_bindings (fn, DECL_TEMPLATE_RESULT (fn), in resolve_overloaded_unification()
10067 if (subargs) in resolve_overloaded_unification()
10069 elem = tsubst (TREE_TYPE (fn), subargs, tf_none, NULL_TREE); in resolve_overloaded_unification()