Home
last modified time | relevance | path

Searched refs:template_parm_to_arg (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc557 TREE_PURPOSE (p) = template_parm_to_arg (p); in map_arguments()
1490 tree arg = template_parm_to_arg (decl); in finish_shorthand_constraint()
1765 TREE_VEC_ELT (check_args, n) = template_parm_to_arg (parm); in finish_template_introduction()
H A Dcp-tree.h7058 extern tree template_parm_to_arg (tree);
H A Dpt.c4699 template_parm_to_arg (tree t) in template_parm_to_arg() function
4769 TREE_VEC_ELT (a, i) = template_parm_to_arg (TREE_VEC_ELT (a, i)); in template_parms_level_to_args()
28446 TMPL_ARG (targs, depth, targs_index) = template_parm_to_arg (list); in rewrite_tparm_list()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc581 TREE_PURPOSE (p) = template_parm_to_arg (p); in map_arguments()
1533 tree arg = template_parm_to_arg (decl); in finish_shorthand_constraint()
1808 TREE_VEC_ELT (check_args, n) = template_parm_to_arg (parm); in finish_template_introduction()
H A DChangeLog-20202353 * constraint.cc (map_arguments): Call template_parm_to_arg
2356 before calling template_parm_to_arg.
2357 * pt.c (template_parm_to_arg): Rewrite to handle TEMPLATE_PARM_P
2363 template_parm_to_arg.
H A DChangeLog-20143482 * pt.c (template_parm_to_arg): Dereference non-pack expansions too.
3746 * pt.c (template_parm_to_arg): Call convert_from_reference.
H A DChangeLog-20151083 (template_parm_to_arg): Remove conditional compilation.
2036 (template_parm_to_arg, build_template_decl, extract_fnparm_pack)
H A DChangeLog-2010640 (template_parm_to_arg): Extracted this function from
644 (current_template_args): Use template_parm_to_arg.
H A Dcp-tree.h7443 extern tree template_parm_to_arg (tree);
H A Dpt.cc4826 template_parm_to_arg (tree t) in template_parm_to_arg() function
4896 TREE_VEC_ELT (a, i) = template_parm_to_arg (TREE_VEC_ELT (a, i)); in template_parms_level_to_args()
29426 TMPL_ARG (targs, depth, targs_index) = template_parm_to_arg (list); in rewrite_tparm_list()
H A DChangeLog-20174160 (coerce_template_parameter_pack, template_parm_to_arg)