Searched refs:pack_args (Results 1 – 3 of 3) sorted by relevance
2354 tree pack_args = ARGUMENT_PACK_ARGS (new_arg); in tsubst_parameter_mapping() local2355 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()
13558 tree pack_args = tsubst_template_args (ARGUMENT_PACK_ARGS (orig_arg), in tsubst_argument_pack() local13561 if (pack_args != error_mark_node) in tsubst_argument_pack()13574 SET_ARGUMENT_PACK_ARGS (new_arg, pack_args); in tsubst_argument_pack()
13240 tree pack_args = tsubst_template_args (ARGUMENT_PACK_ARGS (orig_arg), in tsubst_argument_pack() local13242 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() local16087 pack_args = tsubst_template_args (pack_args, args, complain, in_decl); in tsubst()16088 SET_ARGUMENT_PACK_ARGS (r, pack_args); in tsubst()