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

  /src/external/gpl3/gcc/dist/gcc/
ipa-param-manipulation.cc 312 types given in NEW_PARAM_TYPES - which can be NULL if, but only if,
318 build_adjusted_function_type (tree orig_type, vec<tree> *new_param_types,
325 gcc_checking_assert (new_param_types);
328 unsigned len = new_param_types->length ();
330 new_arg_types = tree_cons (NULL_TREE, (*new_param_types)[i],
497 auto_vec<tree,16> new_param_types, *new_param_types_p; local
502 fill_vector_of_new_param_types (&new_param_types, &otypes, m_adj_params,
504 new_param_types_p = &new_param_types;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-param-manipulation.cc 309 types given in NEW_PARAM_TYPES - which can be NULL if, but only if,
315 build_adjusted_function_type (tree orig_type, vec<tree> *new_param_types,
322 gcc_checking_assert (new_param_types);
325 unsigned len = new_param_types->length ();
327 new_arg_types = tree_cons (NULL_TREE, (*new_param_types)[i],
527 auto_vec<tree,16> new_param_types, *new_param_types_p; local
532 fill_vector_of_new_param_types (&new_param_types, &otypes, m_adj_params,
534 new_param_types_p = &new_param_types;

Completed in 19 milliseconds