Home
last modified time | relevance | path

Searched refs:template_parms_to_args (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc1090 tree outer_gtargs = template_parms_to_args (current_template_parms); in associate_classtype_constraints()
2978 ? template_parms_to_args (current_template_parms) : NULL_TREE; in finish_nested_requirement()
H A Dpt.c4587 tree args = template_parms_to_args (DECL_TEMPLATE_PARMS (parm)); in process_template_parm()
4782 template_parms_to_args (tree parms) in template_parms_to_args() function
4814 return template_parms_to_args (current_template_parms); in current_template_args()
4834 return template_parms_to_args (DECL_TEMPLATE_PARMS (tmpl)); in generic_targs_for()
6100 tree args = template_parms_to_args (parms); in add_inherited_template_parms()
7675 outer = template_parms_to_args (relevant_template_parms); in coerce_template_args_for_ttp()
14181 tree args = template_parms_to_args (DECL_TEMPLATE_PARMS (r)); in tsubst_template_decl()
28573 targs = template_parms_to_args (tparms); in build_deduction_guide()
28848 tree gtargs = template_parms_to_args (gtparms); in alias_ctad_tweaks()
29716 replacement = add_to_template_args (template_parms_to_args in convert_generic_types_to_packs()
H A Dcp-tree.h6745 extern tree template_parms_to_args (tree);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20151084 (template_parms_to_args, coerce_template_parameter_pack,
2336 (template_parms_to_args): Remove obsolete hack for
2679 * pt.c (template_parms_to_args): Remove obsolete hack for
2696 * pt.c (template_parms_to_args): Remove obsolete hack for
H A Dpt.cc4707 tree args = template_parms_to_args (DECL_TEMPLATE_PARMS (parm)); in process_template_parm()
4909 template_parms_to_args (tree parms) in template_parms_to_args() function
4941 return template_parms_to_args (current_template_parms); in current_template_args()
4961 return template_parms_to_args (DECL_TEMPLATE_PARMS (tmpl)); in generic_targs_for()
6256 tree args = template_parms_to_args (parms); in add_inherited_template_parms()
7872 outer = template_parms_to_args (relevant_template_parms); in coerce_template_args_for_ttp()
14590 tree args = template_parms_to_args (DECL_TEMPLATE_PARMS (r)); in tsubst_template_decl()
29556 targs = template_parms_to_args (tparms); in build_deduction_guide()
29925 tree gtargs = template_parms_to_args (gtparms); in alias_ctad_tweaks()
30798 replacement = add_to_template_args (template_parms_to_args in convert_generic_types_to_packs()
H A Dconstraint.cc1144 tree outer_gtargs = template_parms_to_args (current_template_parms); in associate_classtype_constraints()
H A DChangeLog-2012568 * pt.c (template_parms_to_args): Split from current_template_args.
H A Dcp-tree.h7021 extern tree template_parms_to_args (tree);
H A DChangeLog-20133237 * pt.c (template_parms_to_args): Fix typo in comment.
H A DChangeLog-20161010 (template_parms_level_to_args): Split from template_parms_to_args.