Searched refs:otypes (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-param-manipulation.c | 161 fill_vector_of_new_param_types (vec<tree> *new_types, vec<tree> *otypes, in fill_vector_of_new_param_types() argument 177 if (index >= otypes->length ()) in fill_vector_of_new_param_types() 179 new_types->quick_push ((*otypes)[index]); in fill_vector_of_new_param_types() 372 auto_vec<tree, 16> otypes; in build_new_function_type() local 373 push_function_arg_types (&otypes, old_type); in build_new_function_type() 374 fill_vector_of_new_param_types (&new_param_types, &otypes, m_adj_params, in build_new_function_type() 976 auto_vec<tree,16> otypes; in common_initialization() local 978 push_function_arg_types (&otypes, TREE_TYPE (old_fndecl)); in common_initialization() 984 otypes.reserve_exact (ocount); in common_initialization() 986 otypes.quick_push (TREE_TYPE (oparms[i])); in common_initialization() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-param-manipulation.cc | 244 fill_vector_of_new_param_types (vec<tree> *new_types, vec<tree> *otypes, in fill_vector_of_new_param_types() argument 260 if (index >= otypes->length ()) in fill_vector_of_new_param_types() 262 new_types->quick_push ((*otypes)[index]); in fill_vector_of_new_param_types() 530 auto_vec<tree, 16> otypes; in build_new_function_type() local 531 push_function_arg_types (&otypes, old_type); in build_new_function_type() 532 fill_vector_of_new_param_types (&new_param_types, &otypes, m_adj_params, in build_new_function_type() 1365 auto_vec<tree,16> otypes; in common_initialization() local 1367 push_function_arg_types (&otypes, TREE_TYPE (old_fndecl)); in common_initialization() 1373 otypes.reserve_exact (ocount); in common_initialization() 1375 otypes.quick_push (TREE_TYPE (oparms[i])); in common_initialization() [all …]
|