Home
last modified time | relevance | path

Searched refs:outer_targs (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc30347 tree outer_targs /* = NULL_TREE */, in do_auto_deduction() argument
30517 outer_targs = DECL_TEMPLATE_INFO (fn) in do_auto_deduction()
30523 if (outer_targs) in do_auto_deduction()
30524 outer_targs = add_to_template_args (regen_args, outer_targs); in do_auto_deduction()
30526 outer_targs = regen_args; in do_auto_deduction()
30530 tree full_targs = outer_targs; in do_auto_deduction()
30586 targs = add_to_template_args (outer_targs, targs); in do_auto_deduction()
H A DChangeLog-20214186 outer_targs to do_auto_deduction.
4194 satisfaction. Don't substitute outer_targs into type if it's
4508 (do_auto_deduction): Clarify comments about the outer_targs
H A Ddecl.cc8151 tree outer_targs = NULL_TREE; in cp_finish_decl() local
8160 outer_targs = DECL_TI_ARGS (decl); in cp_finish_decl()
8163 outer_targs, flags); in cp_finish_decl()
H A DChangeLog-2016497 * pt.c (do_auto_deduction): Add outer_targs parameter.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c29204 tree outer_targs, int flags) in do_auto_deduction() argument
29391 outer_targs = current_template_args (); in do_auto_deduction()
29392 targs = add_to_template_args (outer_targs, targs); in do_auto_deduction()