Searched refs:m_basic_types (Results 1 – 5 of 5) sorted by relevance
597 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()
348 type *m_basic_types[NUM_GCC_JIT_TYPES]; variable
598 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()
367 type *m_basic_types[NUM_GCC_JIT_TYPES]; variable
2267 (gcc::jit::recording::context::m_basic_types): New field.2419 Initialize m_FILE_type and m_basic_types.