Home
last modified time | relevance | path

Searched refs:new_param_types (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-param-manipulation.c205 build_adjusted_function_type (tree orig_type, vec<tree> *new_param_types, in build_adjusted_function_type() argument
211 gcc_checking_assert (new_param_types); in build_adjusted_function_type()
214 unsigned len = new_param_types->length (); in build_adjusted_function_type()
216 new_arg_types = tree_cons (NULL_TREE, (*new_param_types)[i], in build_adjusted_function_type()
369 auto_vec<tree,16> new_param_types, *new_param_types_p; in build_new_function_type() local
374 fill_vector_of_new_param_types (&new_param_types, &otypes, m_adj_params, in build_new_function_type()
376 new_param_types_p = &new_param_types; in build_new_function_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-param-manipulation.cc315 build_adjusted_function_type (tree orig_type, vec<tree> *new_param_types, in build_adjusted_function_type() argument
322 gcc_checking_assert (new_param_types); in build_adjusted_function_type()
325 unsigned len = new_param_types->length (); in build_adjusted_function_type()
327 new_arg_types = tree_cons (NULL_TREE, (*new_param_types)[i], in build_adjusted_function_type()
527 auto_vec<tree,16> new_param_types, *new_param_types_p; in build_new_function_type() local
532 fill_vector_of_new_param_types (&new_param_types, &otypes, m_adj_params, in build_new_function_type()
534 new_param_types_p = &new_param_types; in build_new_function_type()