Searched refs:m_tempfiles (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-tempdir.h63 void add_temp_file (char *path) { m_tempfiles.safe_push (path); }
84 auto_vec <char *> m_tempfiles; member in class:gcc::jit::tempdir
H A Djit-tempdir.c139 FOR_EACH_VEC_ELT (m_tempfiles, i, tempfile)
162 FOR_EACH_VEC_ELT (m_tempfiles, i, tempfile)
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-tempdir.h63 void add_temp_file (char *path) { m_tempfiles.safe_push (path); }
84 auto_vec <char *> m_tempfiles; member in class:gcc::jit::tempdir
H A Djit-tempdir.cc149 FOR_EACH_VEC_ELT (m_tempfiles, i, tempfile)
172 FOR_EACH_VEC_ELT (m_tempfiles, i, tempfile)

Completed in 115 milliseconds