Searched refs:m_return_type (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.c2757 m_return_type (return_type),
2802 if (!m_return_type->is_same_type_as (other_fn_type->m_return_type))
2835 set_playback_obj (r->new_function_type (m_return_type->playback_type (),
2908 m_return_type->get_debug_string (),
2960 r.get_identifier_as_type (m_return_type),
3684 m_return_type (return_type),
3746 m_return_type->playback_type (),
3813 d.write ("%s\n", m_return_type->get_debug_string ());
3868 && m_return_type !
[all...]
H A Djit-recording.h794 type * get_return_type () const { return m_return_type; }
810 type *m_return_type; member in class:gcc::jit::recording::function_type
1184 type *get_return_type () const { return m_return_type; }
1210 type *m_return_type; member in class:gcc::jit::recording::function
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.cc3106 m_return_type (return_type),
3151 if (!m_return_type->is_same_type_as (other_fn_type->m_return_type))
3184 set_playback_obj (r->new_function_type (m_return_type->playback_type (),
3257 m_return_type->get_debug_string (),
3309 r.get_identifier_as_type (m_return_type),
4054 m_return_type (return_type),
4116 m_return_type->playback_type (),
4183 d.write ("%s\n", m_return_type->get_debug_string ());
4238 && m_return_type !
[all...]
H A Djit-recording.h872 type * get_return_type () const { return m_return_type; }
888 type *m_return_type; member in class:gcc::jit::recording::function_type
1283 type *get_return_type () const { return m_return_type; }
1309 type *m_return_type; member in class:gcc::jit::recording::function

Completed in 150 milliseconds