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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-tempdir.h58 const char * get_path_s_file () const { return m_path_s_file; }
78 char *m_path_s_file; member in class:gcc::jit::tempdir
H A Djit-tempdir.c75 m_path_s_file (NULL),
105 m_path_s_file = concat (m_path_tempdir, "/fake.s", NULL);
125 if (m_path_s_file)
127 log ("unlinking .s file: %s", m_path_s_file);
128 unlink (m_path_s_file);
157 free (m_path_s_file);
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-tempdir.h58 const char * get_path_s_file () const { return m_path_s_file; }
78 char *m_path_s_file; member in class:gcc::jit::tempdir
H A Djit-tempdir.cc80 m_path_s_file (NULL),
115 m_path_s_file = concat (m_path_tempdir, "/fake.s", NULL);
135 if (m_path_s_file)
137 log ("unlinking .s file: %s", m_path_s_file);
138 unlink (m_path_s_file);
167 free (m_path_s_file);

Completed in 98 milliseconds