Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-recording.c565 m_FILE_type (NULL), in context()
1534 if (!m_FILE_type) in get_opaque_FILE_type()
1535 m_FILE_type = new_struct_type (NULL, "FILE"); in get_opaque_FILE_type()
1536 return m_FILE_type; in get_opaque_FILE_type()
H A Djit-recording.h349 type *m_FILE_type; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-recording.cc565 m_FILE_type (NULL), in context()
1638 if (!m_FILE_type) in get_opaque_FILE_type()
1639 m_FILE_type = new_struct_type (NULL, "FILE"); in get_opaque_FILE_type()
1640 return m_FILE_type; in get_opaque_FILE_type()
H A Djit-recording.h368 type *m_FILE_type; variable
H A DChangeLog.jit2268 (gcc::jit::recording::context::m_FILE_type): New field.
2419 Initialize m_FILE_type and m_basic_types.