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

/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-tempdir.cc78 m_path_tempdir (NULL),
96 m_path_tempdir = win_mkdtemp ();
107 m_path_tempdir = mkdtemp (m_path_template);
110 if (!m_path_tempdir)
112 log ("m_path_tempdir: %s", m_path_tempdir);
114 m_path_c_file = concat (m_path_tempdir, "/fake.c", NULL);
115 m_path_s_file = concat (m_path_tempdir, "/fake.s", NULL);
116 m_path_so_file = concat (m_path_tempdir, "/fake.so", NULL);
131 fprintf (stderr, "intermediate files written to %s\n", m_path_tempdir);
[all...]
H A Djit-tempdir.h56 const char * get_path () const { return m_path_tempdir; }
74 char *m_path_tempdir; member in class:gcc::jit::tempdir
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-tempdir.c73 m_path_tempdir (NULL),
99 m_path_tempdir = mkdtemp (m_path_template);
100 if (!m_path_tempdir)
102 log ("m_path_tempdir: %s", m_path_tempdir);
104 m_path_c_file = concat (m_path_tempdir, "/fake.c", NULL);
105 m_path_s_file = concat (m_path_tempdir, "/fake.s", NULL);
106 m_path_so_file = concat (m_path_tempdir, "/fake.so", NULL);
121 fprintf (stderr, "intermediate files written to %s\n", m_path_tempdir);
146 if (m_path_tempdir)
[all...]
H A Djit-tempdir.h56 const char * get_path () const { return m_path_tempdir; }
74 char *m_path_tempdir; member in class:gcc::jit::tempdir

Completed in 120 milliseconds