Searched refs:add_outermost_template_args (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | constraint.cc | 3170 args = add_outermost_template_args (args, inh_ctor_targs); in satisfy_declaration_constraints() 3254 args = add_outermost_template_args (t, args); in satisfy_declaration_constraints()
|
| H A D | pt.cc | 601 add_outermost_template_args (tree args, tree extra_args) in add_outermost_template_args() function 2532 *targs_out = add_outermost_template_args (tmpl, TREE_PURPOSE (templates)); in determine_specialization() 6215 args = add_outermost_template_args (DECL_TI_ARGS (tmpl), args); in push_template_decl() 9025 new_args = add_outermost_template_args (args, new_inner_args); in coerce_template_parms() 9982 arglist = add_outermost_template_args (TI_ARGS (ti), arglist); in lookup_template_class_1() 11468 = add_outermost_template_args (new_args, in tsubst_friend_function() 13200 args = add_outermost_template_args (args, extra); in add_extra_args() 21734 targ_ptr = (add_outermost_template_args in instantiate_template_1() 22090 full_targs = (add_outermost_template_args in fn_type_unification() 22143 explicit_targs = add_outermost_template_args (full_targs, in fn_type_unification() [all …]
|
| H A D | ChangeLog | 695 add_outermost_template_args.
|
| H A D | ChangeLog-2020 | 2650 Use add_outermost_template_args and push_tinst_level. 2651 * pt.c (add_outermost_template_args): Handle getting
|
| H A D | ChangeLog-2019 | 2162 (add_outermost_template_args): Likewise. 4368 (coerce_template_template_parms): Call add_outermost_template_args.
|
| H A D | cp-tree.h | 7462 extern tree add_outermost_template_args (tree, tree);
|
| H A D | ChangeLog-1998 | 2753 (add_outermost_template_args): Deal with the case where the outer 2902 (add_outermost_template_args): New function.
|
| H A D | ChangeLog-2004 | 2562 push_inline_template_parms_recursive, add_outermost_template_args,
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | pt.c | 592 add_outermost_template_args (tree args, tree extra_args) in add_outermost_template_args() function 6054 args = add_outermost_template_args (DECL_TI_ARGS (tmpl), args); in push_template_decl_real() 7904 pargs = add_outermost_template_args (outer_args, pargs); in coerce_template_template_parms() 8795 new_args = add_outermost_template_args (args, new_inner_args); in coerce_template_parms() 9751 arglist = add_outermost_template_args (TI_ARGS (ti), arglist); in lookup_template_class_1() 10174 arglist = add_outermost_template_args (tmpl_args, arglist); in finish_template_variable() 11110 = add_outermost_template_args (new_args, in tsubst_friend_function() 12849 args = add_outermost_template_args (args, extra); in add_extra_args() 20947 targ_ptr = (add_outermost_template_args in instantiate_template_1() 21274 full_targs = (add_outermost_template_args in fn_type_unification() [all …]
|
| H A D | constraint.cc | 2782 args = add_outermost_template_args (args, inh_ctor_targs); in satisfy_declaration_constraints()
|
| H A D | cp-tree.h | 7065 extern tree add_outermost_template_args (tree, tree);
|