Searched refs:result_args (Results 1 – 3 of 3) sorted by relevance
405 result_args = Args(412 return env, result_args
4268 tree result_args = NULL_TREE; in expand_template_argument_pack() local4300 result_args = make_tree_vec (num_result_args); in expand_template_argument_pack()4312 TREE_VEC_ELT (result_args, out_arg) = TREE_VEC_ELT(packed, i); in expand_template_argument_pack()4318 TREE_VEC_ELT (result_args, out_arg) = arg; in expand_template_argument_pack()4323 SET_NON_DEFAULT_TEMPLATE_ARGS_COUNT (result_args, non_default_args_count); in expand_template_argument_pack()4324 return result_args; in expand_template_argument_pack()
4398 tree result_args = NULL_TREE; in expand_template_argument_pack() local4430 result_args = make_tree_vec (num_result_args); in expand_template_argument_pack()4442 TREE_VEC_ELT (result_args, out_arg) = TREE_VEC_ELT(packed, i); in expand_template_argument_pack()4448 TREE_VEC_ELT (result_args, out_arg) = arg; in expand_template_argument_pack()4453 SET_NON_DEFAULT_TEMPLATE_ARGS_COUNT (result_args, non_default_args_count); in expand_template_argument_pack()4454 return result_args; in expand_template_argument_pack()