Searched refs:template_parms_to_args (Results 1 – 10 of 10) sorted by relevance
1090 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()
4587 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() function4814 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()
6745 extern tree template_parms_to_args (tree);
1084 (template_parms_to_args, coerce_template_parameter_pack,2336 (template_parms_to_args): Remove obsolete hack for2679 * pt.c (template_parms_to_args): Remove obsolete hack for2696 * pt.c (template_parms_to_args): Remove obsolete hack for
4707 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() function4941 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()
1144 tree outer_gtargs = template_parms_to_args (current_template_parms); in associate_classtype_constraints()
568 * pt.c (template_parms_to_args): Split from current_template_args.
7021 extern tree template_parms_to_args (tree);
3237 * pt.c (template_parms_to_args): Fix typo in comment.
1010 (template_parms_level_to_args): Split from template_parms_to_args.