Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dopts-common.cc1065 const char *const expanded_args[] = { in decode_cmdline_options_to_array() local
1072 const int num_expanded = ARRAY_SIZE (expanded_args); in decode_cmdline_options_to_array()
1078 nj = decode_cmdline_option (expanded_args + j, lang_mask, in decode_cmdline_options_to_array()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc15276 tree expanded_args = NULL_TREE; in tsubst_arg_types() local
15286 expanded_args = tsubst_pack_expansion (TREE_VALUE (arg_types), in tsubst_arg_types()
15289 if (TREE_CODE (expanded_args) == TREE_VEC) in tsubst_arg_types()
15291 len = TREE_VEC_LENGTH (expanded_args); in tsubst_arg_types()
15296 type = expanded_args; in tsubst_arg_types()
15297 expanded_args = NULL_TREE; in tsubst_arg_types()
15307 if (expanded_args) in tsubst_arg_types()
15308 type = TREE_VEC_ELT (expanded_args, i); in tsubst_arg_types()
15345 if (expanded_args) in tsubst_arg_types()
15346 type = TREE_VEC_ELT (expanded_args, i); in tsubst_arg_types()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c14874 tree expanded_args = NULL_TREE; in tsubst_arg_types() local
14890 expanded_args = tsubst_pack_expansion (TREE_VALUE (arg_types), in tsubst_arg_types()
14893 if (TREE_CODE (expanded_args) == TREE_VEC) in tsubst_arg_types()
14895 i = TREE_VEC_LENGTH (expanded_args); in tsubst_arg_types()
14900 type = expanded_args; in tsubst_arg_types()
14901 expanded_args = NULL_TREE; in tsubst_arg_types()
14908 if (expanded_args) in tsubst_arg_types()
14909 type = TREE_VEC_ELT (expanded_args, i); in tsubst_arg_types()