/dports/devel/avr-gcc/gcc-10.2.0/gcc/ |
H A D | ipa-param-manipulation.c | 205 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()
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ |
H A D | ipa-param-manipulation.c | 211 build_adjusted_function_type (tree orig_type, vec<tree> *new_param_types, in build_adjusted_function_type() argument 217 gcc_checking_assert (new_param_types); in build_adjusted_function_type() 220 unsigned len = new_param_types->length (); in build_adjusted_function_type() 222 new_arg_types = tree_cons (NULL_TREE, (*new_param_types)[i], in build_adjusted_function_type() 375 auto_vec<tree,16> new_param_types, *new_param_types_p; in build_new_function_type() local 380 fill_vector_of_new_param_types (&new_param_types, &otypes, m_adj_params, in build_new_function_type() 382 new_param_types_p = &new_param_types; in build_new_function_type()
|
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ |
H A D | ipa-param-manipulation.c | 205 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()
|
/dports/lang/gcc11/gcc-11.2.0/gcc/ |
H A D | ipa-param-manipulation.c | 211 build_adjusted_function_type (tree orig_type, vec<tree> *new_param_types, in build_adjusted_function_type() argument 217 gcc_checking_assert (new_param_types); in build_adjusted_function_type() 220 unsigned len = new_param_types->length (); in build_adjusted_function_type() 222 new_arg_types = tree_cons (NULL_TREE, (*new_param_types)[i], in build_adjusted_function_type() 375 auto_vec<tree,16> new_param_types, *new_param_types_p; in build_new_function_type() local 380 fill_vector_of_new_param_types (&new_param_types, &otypes, m_adj_params, in build_new_function_type() 382 new_param_types_p = &new_param_types; in build_new_function_type()
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ |
H A D | ipa-param-manipulation.c | 211 build_adjusted_function_type (tree orig_type, vec<tree> *new_param_types, in build_adjusted_function_type() argument 217 gcc_checking_assert (new_param_types); in build_adjusted_function_type() 220 unsigned len = new_param_types->length (); in build_adjusted_function_type() 222 new_arg_types = tree_cons (NULL_TREE, (*new_param_types)[i], in build_adjusted_function_type() 375 auto_vec<tree,16> new_param_types, *new_param_types_p; in build_new_function_type() local 380 fill_vector_of_new_param_types (&new_param_types, &otypes, m_adj_params, in build_new_function_type() 382 new_param_types_p = &new_param_types; in build_new_function_type()
|
/dports/lang/gcc10/gcc-10.3.0/gcc/ |
H A D | ipa-param-manipulation.c | 205 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()
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ |
H A D | ipa-param-manipulation.c | 315 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()
|