Home
last modified time | relevance | path

Searched refs:add_outermost_template_args (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/gcc/cp/
Dpt.c111 static tree add_outermost_template_args (tree, tree);
456 add_outermost_template_args (tree args, tree extra_args) in add_outermost_template_args() function
3310 args = add_outermost_template_args (DECL_TI_ARGS (tmpl), args); in push_template_decl_real()
4178 new_args = add_outermost_template_args (args, new_inner_args); in coerce_template_parms()
4649 = add_outermost_template_args (TYPE_TI_ARGS (TREE_TYPE (template)), in lookup_template_class()
5492 = add_outermost_template_args (new_friend_args, in tsubst_friend_function()
9614 targ_ptr = add_outermost_template_args (DECL_TI_ARGS (tmpl), in instantiate_template()
DChangeLog-19982753 (add_outermost_template_args): Deal with the case where the outer
2902 (add_outermost_template_args): New function.
DChangeLog-20042562 push_inline_template_parms_recursive, add_outermost_template_args,