Searched refs:outer_targs (Results 1 – 5 of 5) sorted by relevance
30347 tree outer_targs /* = NULL_TREE */, in do_auto_deduction() argument30517 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()
4186 outer_targs to do_auto_deduction.4194 satisfaction. Don't substitute outer_targs into type if it's4508 (do_auto_deduction): Clarify comments about the outer_targs
8151 tree outer_targs = NULL_TREE; in cp_finish_decl() local8160 outer_targs = DECL_TI_ARGS (decl); in cp_finish_decl()8163 outer_targs, flags); in cp_finish_decl()
497 * pt.c (do_auto_deduction): Add outer_targs parameter.
29204 tree outer_targs, int flags) in do_auto_deduction() argument29391 outer_targs = current_template_args (); in do_auto_deduction()29392 targs = add_to_template_args (outer_targs, targs); in do_auto_deduction()