Home | History | Annotate | Download | only in cp

Lines Matching defs:coerce_template_parms

149 static tree coerce_template_parms (tree, tree, tree, tsubst_flags_t,
1205 gone through coerce_template_parms by now. */
1942 // coerce_template_parms returns the unconverted template
2224 targs = coerce_template_parms (parms, explicit_targs, fns,
7897 return coerce_template_parms (parmlist, arglist, templ,
7974 pargs = coerce_template_parms (aparms, pargs, arg_tmpl, complain,
8143 pargs = coerce_template_parms (arg_parms, pargs, NULL_TREE, tf_none,
8912 coerce_template_parms (tree parms,
9256 coerce_template_parms (tree parms, tree args, tree in_decl)
9258 return coerce_template_parms (parms, args, in_decl, tf_none, true, true);
9266 coerce_template_parms (tree parms, tree args, tree in_decl,
9269 return coerce_template_parms (parms, args, in_decl, complain, true, true);
9272 /* Like coerce_template_parms. If PARMS represents all template
9306 l = coerce_template_parms (TREE_VALUE (level),
9320 coerced_args = coerce_template_parms (INNERMOST_TEMPLATE_PARMS (parms),
22181 = (coerce_template_parms (tparms, explicit_targs, fn,
23285 subargs = coerce_template_parms (DECL_INNERMOST_TEMPLATE_PARMS (fn),
23431 subargs = coerce_template_parms (DECL_INNERMOST_TEMPLATE_PARMS (fn),
25567 spec_args = coerce_template_parms (DECL_INNERMOST_TEMPLATE_PARMS (tmpl),