Home
last modified time | relevance | path

Searched refs:copy_template_args (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc185 static tree copy_template_args (tree);
3780 args = copy_template_args (args); in preserve_args()
13164 tree extra = preserve_args (copy_template_args (args), /*cow_p=*/false); in build_extra_args()
13455 tree elem_args = copy_template_args (args); in tsubst_pack_expansion()
13529 copy_template_args (tree t) in copy_template_args() function
13541 elt = copy_template_args (elt); in copy_template_args()
H A DChangeLog-20163616 * pt.c (copy_template_args): New.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c190 static tree copy_template_args (tree);
13103 tree elem_args = copy_template_args (args); in tsubst_pack_expansion()
13207 copy_template_args (tree t) in copy_template_args() function
13219 elt = copy_template_args (elt); in copy_template_args()