Searched refs:add_outermost_template_args (Results 1 – 3 of 3) sorted by relevance
111 static tree add_outermost_template_args (tree, tree);456 add_outermost_template_args (tree args, tree extra_args) in add_outermost_template_args() function3310 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()
2753 (add_outermost_template_args): Deal with the case where the outer2902 (add_outermost_template_args): New function.
2562 push_inline_template_parms_recursive, add_outermost_template_args,