Searched refs:m_new_types (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | ipa-param-manipulation.c | 988 fill_vector_of_new_param_types (&m_new_types, &otypes, m_adj_params, true); in common_initialization() 1024 tree new_type = m_new_types[i]; in common_initialization() 1163 m_oparms (), m_new_decls (), m_new_types (), m_replacements (), in ipa_param_body_adjustments() 1179 m_id (NULL), m_oparms (), m_new_decls (), m_new_types (), in ipa_param_body_adjustments() 1202 m_id (id), m_oparms (), m_new_decls (), m_new_types (), m_replacements (), in ipa_param_body_adjustments() 1246 tree new_type = build_adjusted_function_type (orig_type, &m_new_types, in modify_formal_parameters()
|
H A D | ipa-param-manipulation.h | 407 auto_vec<tree, 16> m_new_types; variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ipa-param-manipulation.h | 405 auto_vec<tree, 16> m_new_types; variable
|
H A D | ipa-param-manipulation.cc | 1377 fill_vector_of_new_param_types (&m_new_types, &otypes, m_adj_params, true); in common_initialization() 1413 tree new_type = m_new_types[i]; in common_initialization() 1525 m_id (NULL), m_oparms (), m_new_decls (), m_new_types (), m_replacements (), in ipa_param_body_adjustments() 1543 m_new_types (), m_replacements (), m_removed_decls (), m_removed_map (), in ipa_param_body_adjustments() 1566 m_fndecl (fndecl), m_id (id), m_oparms (), m_new_decls (), m_new_types (), in ipa_param_body_adjustments() 1622 tree new_type = build_adjusted_function_type (orig_type, &m_new_types, in modify_formal_parameters()
|