Home
last modified time | relevance | path

Searched refs:get_type_strings (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.c2400 static const char * const get_type_strings[] = { variable
2444 return m_ctxt->new_string (get_type_strings[m_kind]); in make_debug_string()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.cc2714 static const char * const get_type_strings[] = { variable
2769 return m_ctxt->new_string (get_type_strings[m_kind]); in make_debug_string()
H A DChangeLog.jit1828 (get_type_strings): Add GCC_JIT_TYPE_BOOL.
2446 (get_type_strings): New table of strings, for use by...
H A DChangeLog3456 (get_type_strings): Likewise.