Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dconstraint.cc1275 tree arg = template_parm_to_arg (build_tree_list (NULL_TREE, decl)); in finish_shorthand_constraint()
1423 TREE_VEC_ELT (check_args, n) = template_parm_to_arg (parm); in finish_template_introduction()
H A Dcp-tree.h6730 extern tree template_parm_to_arg (tree);
H A Dpt.c4524 template_parm_to_arg (tree t) in template_parm_to_arg() function
4588 TREE_VEC_ELT (a, i) = template_parm_to_arg (TREE_VEC_ELT (a, i)); in template_parms_level_to_args()
26475 TMPL_ARG (tsubst_args, depth, i) = template_parm_to_arg (list); in build_deduction_guide()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dpt.c205 static tree template_parm_to_arg (tree t);
3715 template_parm_to_arg (tree t) in template_parm_to_arg() function
3833 TREE_VEC_ELT (a, i) = template_parm_to_arg (TREE_VEC_ELT (a, i)); in current_template_args()