Searched refs:coerce_template_parms (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c108 static tree coerce_template_parms PROTO((tree, tree, tree, int, int));
3000 /* The rule here is opposite of coerce_template_parms. */
3263 coerce_template_parms (parms, args, in_decl, function
3469 in coerce_template_parms, called from lookup_template_class. */
3697 arglist2 = coerce_template_parms (parmlist, arglist, template, 1, 1);
3769 tree a = coerce_template_parms (TREE_VALUE (t),
3774 that coerce_template_parms will see only the arguments
3787 = coerce_template_parms (INNERMOST_TEMPLATE_PARMS (parmlist),
7463 = (coerce_template_parms (DECL_INNERMOST_TEMPLATE_PARMS (fn),
8201 if (coerce_template_parms (argtmplve
[all...]
/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c142 static tree coerce_template_parms (tree, tree, tree, tsubst_flags_t,
1695 // coerce_template_parms returns the unconverted template
1926 targs = coerce_template_parms (parms, explicit_targs, fns,
7007 coerce_template_parms (tree parms, function
7279 /* Like coerce_template_parms. If PARMS represents all template
7313 l = coerce_template_parms (TREE_VALUE (level),
7327 coerced_args = coerce_template_parms (INNERMOST_TEMPLATE_PARMS (parms),
7739 arglist2 = coerce_template_parms (parmlist, arglist, templ,
7817 a = coerce_template_parms (TREE_VALUE (t),
7837 that coerce_template_parms wil
[all...]

Completed in 498 milliseconds