Home
last modified time | relevance | path

Searched refs:tsubst_template_arg (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dpt.c188 static tree tsubst_template_arg (tree, tree, tsubst_flags_t, tree);
8464 arg = tsubst_template_arg (TREE_PURPOSE (parm), new_args, in coerce_template_parms()
11426 tsubst_template_arg (tree t, tree args, tsubst_flags_t complain, tree in_decl) in tsubst_template_arg() function
12460 new_arg = tsubst_template_arg (orig_arg, args, complain, in_decl); in tsubst_template_args()
12596 default_value = tsubst_template_arg (default_value, args, in tsubst_template_parm()
20478 substed = tsubst_template_arg (arg, full_targs, complain, in type_unification_real()
20488 substed = tsubst_template_arg (arg, full_targs, complain, in type_unification_real()
26468 tree newdef = tsubst_template_arg (TREE_PURPOSE (oldelt), in build_deduction_guide()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dpt.c169 static tree tsubst_template_arg (tree, tree, tsubst_flags_t, tree);
6604 arg = tsubst_template_arg (TREE_PURPOSE (parm), new_args, in coerce_template_parms()
8944 tsubst_template_arg (tree t, tree args, tsubst_flags_t complain, tree in_decl) in tsubst_template_arg() function
9412 new_arg = tsubst_template_arg (orig_arg, args, complain, in_decl); in tsubst_template_args()
9542 default_value = tsubst_template_arg (default_value, args, in tsubst_template_parm()
15133 arg = tsubst_template_arg (arg, targs, complain, NULL_TREE); in type_unification_real()