HomeSort by: relevance | last modified time | path
    Searched defs:otypes (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
ipa-param-manipulation.cc 241 /* Fill NEW_TYPES with types of a function after its current OTYPES have been
247 fill_vector_of_new_param_types (vec<tree> *new_types, vec<tree> *otypes,
263 if (index >= otypes->length ())
265 new_types->quick_push ((*otypes)[index]);
500 auto_vec<tree, 16> otypes; local
501 push_function_arg_types (&otypes, old_type);
502 fill_vector_of_new_param_types (&new_param_types, &otypes, m_adj_params,
1417 auto_vec<tree,16> otypes; local
1419 push_function_arg_types (&otypes, TREE_TYPE (old_fndecl));
1425 otypes.reserve_exact (ocount)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-param-manipulation.cc 238 /* Fill NEW_TYPES with types of a function after its current OTYPES have been
244 fill_vector_of_new_param_types (vec<tree> *new_types, vec<tree> *otypes,
260 if (index >= otypes->length ())
262 new_types->quick_push ((*otypes)[index]);
530 auto_vec<tree, 16> otypes; local
531 push_function_arg_types (&otypes, old_type);
532 fill_vector_of_new_param_types (&new_param_types, &otypes, m_adj_params,
1365 auto_vec<tree,16> otypes; local
1367 push_function_arg_types (&otypes, TREE_TYPE (old_fndecl));
1373 otypes.reserve_exact (ocount)
    [all...]

Completed in 23 milliseconds