Searched refs:m_param_types (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | jit-recording.c | 2758 m_param_types (), in function_type() 2762 m_param_types.safe_push (param_types[i]); in function_type() 2805 if (m_param_types.length () != other_fn_type->m_param_types.length ()) in is_same_type_as() 2810 FOR_EACH_VEC_ELT (m_param_types, i, param_type) in is_same_type_as() 2811 if (!param_type->is_same_type_as (other_fn_type->m_param_types[i])) in is_same_type_as() 2831 param_types.create (m_param_types.length ()); in replay_into() 2832 FOR_EACH_VEC_ELT (m_param_types, i, type) in replay_into() 2871 for (unsigned i = 0; i< m_param_types.length (); i++) in make_debug_string_with() 2873 sz += strlen (m_param_types[i]->get_debug_string ()); in make_debug_string_with() 2883 for (unsigned i = 0; i< m_param_types.length (); i++) in make_debug_string_with() [all …]
|
H A D | jit-recording.h | 795 const vec<type *> &get_param_types () const { return m_param_types; } in get_param_types() 811 auto_vec<type *> m_param_types; variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-recording.cc | 3107 m_param_types (), in function_type() 3111 m_param_types.safe_push (param_types[i]); in function_type() 3154 if (m_param_types.length () != other_fn_type->m_param_types.length ()) in is_same_type_as() 3159 FOR_EACH_VEC_ELT (m_param_types, i, param_type) in is_same_type_as() 3160 if (!param_type->is_same_type_as (other_fn_type->m_param_types[i])) in is_same_type_as() 3180 param_types.create (m_param_types.length ()); in replay_into() 3181 FOR_EACH_VEC_ELT (m_param_types, i, type) in replay_into() 3220 for (unsigned i = 0; i< m_param_types.length (); i++) in make_debug_string_with() 3222 sz += strlen (m_param_types[i]->get_debug_string ()); in make_debug_string_with() 3232 for (unsigned i = 0; i< m_param_types.length (); i++) in make_debug_string_with() [all …]
|
H A D | jit-recording.h | 873 const vec<type *> &get_param_types () const { return m_param_types; } in get_param_types() 889 auto_vec<type *> m_param_types; variable
|
H A D | ChangeLog | 3605 "m_param_types" from a vec<> to an auto_vec<>.
|