Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dcollect_and_build_with_pgo.py405 result_args = Args(
412 return env, result_args
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c4268 tree result_args = NULL_TREE; in expand_template_argument_pack() local
4300 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc4398 tree result_args = NULL_TREE; in expand_template_argument_pack() local
4430 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()