Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
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()
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
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()
DChangeLog-2016497 * pt.c (do_auto_deduction): Add outer_targs parameter.