Searched refs:current_template_args (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/cp/
H A Dpt.c218 static tree current_template_args (void);
4021 current_template_args (void) function
4049 tree args = current_template_args ();
4731 parameters given by current_template_args, or reuses a
4910 args = current_template_args ();
7734 outer = current_template_args ();
22386 argvec = add_to_template_args (current_template_args (), argvec);
22493 targs = add_to_template_args (current_template_args (), targs);
22515 argvec = add_to_template_args (current_template_args (), argvec);
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dpt.c1890 current_template_args () function
2298 parameters given by current_template_args, or reuses a
2379 args = current_template_args ();
H A Dcp-tree.h3207 extern tree current_template_args PROTO((void));
H A Ddecl.c10899 tree args = current_template_args ();

Completed in 294 milliseconds