Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa-param-manipulation.c161 fill_vector_of_new_param_types (vec<tree> *new_types, vec<tree> *otypes, in fill_vector_of_new_param_types() argument
166 new_types->reserve_exact (adj_len); in fill_vector_of_new_param_types()
179 new_types->quick_push ((*otypes)[index]); in fill_vector_of_new_param_types()
192 new_types->quick_push (ntype); in fill_vector_of_new_param_types()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dipa-param-manipulation.cc244 fill_vector_of_new_param_types (vec<tree> *new_types, vec<tree> *otypes, in fill_vector_of_new_param_types() argument
249 new_types->reserve_exact (adj_len); in fill_vector_of_new_param_types()
262 new_types->quick_push ((*otypes)[index]); in fill_vector_of_new_param_types()
275 new_types->quick_push (ntype); in fill_vector_of_new_param_types()