Home
last modified time | relevance | path

Searched refs:m_basic_types (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.c597 memset (m_basic_types, 0, sizeof (m_basic_types)); in context()
773 if (!m_basic_types[kind]) in get_type()
776 m_basic_types[kind] = m_parent_ctxt->get_type (kind); in get_type()
781 m_basic_types[kind] = result; in get_type()
785 return m_basic_types[kind]; in get_type()
H A Djit-recording.h348 type *m_basic_types[NUM_GCC_JIT_TYPES]; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.cc598 memset (m_basic_types, 0, sizeof (m_basic_types)); in context()
774 if (!m_basic_types[kind]) in get_type()
777 m_basic_types[kind] = m_parent_ctxt->get_type (kind); in get_type()
782 m_basic_types[kind] = result; in get_type()
786 return m_basic_types[kind]; in get_type()
H A Djit-recording.h367 type *m_basic_types[NUM_GCC_JIT_TYPES]; variable
H A DChangeLog.jit2267 (gcc::jit::recording::context::m_basic_types): New field.
2419 Initialize m_FILE_type and m_basic_types.