Home
last modified time | relevance | path

Searched refs:get_innermost_template_args (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h3599 (get_innermost_template_args ((NODE), 1))
6888 extern tree get_innermost_template_args (tree, int);
H A Dpt.c619 get_innermost_template_args (tree args, int n) in get_innermost_template_args() function
25284 args = get_innermost_template_args (args, parms_depth); in regenerate_decl_from_template()
25749 args = get_innermost_template_args in instantiate_decl()
28510 targs = get_innermost_template_args (DECL_TI_ARGS (ctor), in build_deduction_guide()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h3813 (get_innermost_template_args ((NODE), 1))
7271 extern tree get_innermost_template_args (tree, int);
H A DChangeLog-20003335 (get_innermost_template_args): New function.
3342 (get_innermost_template_args): New function.
3355 get_innermost_template_args.
H A Dpt.cc636 get_innermost_template_args (tree args, int n) in get_innermost_template_args() function
26182 args = get_innermost_template_args (args, parms_depth); in regenerate_decl_from_template()
26748 args = get_innermost_template_args in instantiate_decl()
29493 targs = get_innermost_template_args (DECL_TI_ARGS (ctor), in build_deduction_guide()
H A DChangeLog-20042563 get_innermost_template_args, begin_explicit_instantiation,