Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-tempdir.c74 m_path_c_file (NULL), in tempdir()
104 m_path_c_file = concat (m_path_tempdir, "/fake.c", NULL); in create()
156 free (m_path_c_file); in ~tempdir()
H A Djit-tempdir.h57 const char * get_path_c_file () const { return m_path_c_file; } in get_path_c_file()
77 char *m_path_c_file; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-tempdir.cc79 m_path_c_file (NULL), in tempdir()
114 m_path_c_file = concat (m_path_tempdir, "/fake.c", NULL); in create()
166 free (m_path_c_file); in ~tempdir()
H A Djit-tempdir.h57 const char * get_path_c_file () const { return m_path_c_file; } in get_path_c_file()
77 char *m_path_c_file; variable
H A DChangeLog.jit3435 m_path_template, m_path_tempdir, m_path_c_file, m_path_s_file,
H A DChangeLog3256 "m_path_tempdir", "m_path_c_file", "m_path_s_file",