Home
last modified time | relevance | path

Searched refs:m_source_files (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.c96 m_source_files.create (0); in context()
2856 FOR_EACH_VEC_ELT (m_source_files, i, file) in handle_locations()
3024 FOR_EACH_VEC_ELT (m_source_files, i, file) in get_source_file()
3030 m_source_files.safe_push (file); in get_source_file()
H A Djit-playback.h328 auto_vec<source_file *> m_source_files; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc159 m_source_files.create (0); in context()
3402 FOR_EACH_VEC_ELT (m_source_files, i, file) in handle_locations()
3570 FOR_EACH_VEC_ELT (m_source_files, i, file) in get_source_file()
3576 m_source_files.safe_push (file); in get_source_file()
H A Djit-playback.h372 auto_vec<source_file *> m_source_files; variable
H A DChangeLog.jit3358 (gcc::jit::context::m_source_files): New field.
H A DChangeLog3581 "m_source_files", "m_cached_locations" from vec to auto_vec.