Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc2354 tree pack_args = ARGUMENT_PACK_ARGS (new_arg); in tsubst_parameter_mapping() local
2355 for (int i = 0; i < TREE_VEC_LENGTH (pack_args); i++) in tsubst_parameter_mapping()
2357 tree& pack_arg = TREE_VEC_ELT (pack_args, i); in tsubst_parameter_mapping()
H A Dpt.cc13558 tree pack_args = tsubst_template_args (ARGUMENT_PACK_ARGS (orig_arg), in tsubst_argument_pack() local
13561 if (pack_args != error_mark_node) in tsubst_argument_pack()
13574 SET_ARGUMENT_PACK_ARGS (new_arg, pack_args); in tsubst_argument_pack()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c13240 tree pack_args = tsubst_template_args (ARGUMENT_PACK_ARGS (orig_arg), in tsubst_argument_pack() local
13242 if (pack_args == error_mark_node) in tsubst_argument_pack()
13245 SET_ARGUMENT_PACK_ARGS (new_arg, pack_args); in tsubst_argument_pack()
16086 tree pack_args = ARGUMENT_PACK_ARGS (t); in tsubst() local
16087 pack_args = tsubst_template_args (pack_args, args, complain, in_decl); in tsubst()
16088 SET_ARGUMENT_PACK_ARGS (r, pack_args); in tsubst()