Home
last modified time | relevance | path

Searched refs:make_argument_pack (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c227 static tree make_argument_pack (tree);
13188 make_argument_pack (tree vec) in make_argument_pack() function
16816 expanded = make_argument_pack (expanded); in tsubst_copy()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc220 static tree make_argument_pack (tree);
13510 make_argument_pack (tree vec) in make_argument_pack() function
17344 expanded = make_argument_pack (expanded); in tsubst_copy()
H A DChangeLog-20163658 * pt.c (make_argument_pack): New.
H A DChangeLog-20174161 (extract_fnparm_pack, make_argument_pack, tsubst_template_args)
H A DChangeLog-20204223 (make_argument_pack): Simplify.