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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-tempdir.h57 const char * get_path_c_file () const { return m_path_c_file; }
77 char *m_path_c_file; member in class:gcc::jit::tempdir
H A Djit-tempdir.c74 m_path_c_file (NULL),
104 m_path_c_file = concat (m_path_tempdir, "/fake.c", NULL);
156 free (m_path_c_file);
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-tempdir.h57 const char * get_path_c_file () const { return m_path_c_file; }
77 char *m_path_c_file; member in class:gcc::jit::tempdir
H A Djit-tempdir.cc79 m_path_c_file (NULL),
114 m_path_c_file = concat (m_path_tempdir, "/fake.c", NULL);
166 free (m_path_c_file);

Completed in 103 milliseconds