Searched refs:m_path_tempdir (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-tempdir.cc | 78 m_path_tempdir (NULL), in tempdir() 96 m_path_tempdir = win_mkdtemp (); in create() 107 m_path_tempdir = mkdtemp (m_path_template); in create() 110 if (!m_path_tempdir) in create() 112 log ("m_path_tempdir: %s", m_path_tempdir); in create() 114 m_path_c_file = concat (m_path_tempdir, "/fake.c", NULL); in create() 115 m_path_s_file = concat (m_path_tempdir, "/fake.s", NULL); in create() 116 m_path_so_file = concat (m_path_tempdir, "/fake.so", NULL); in create() 131 fprintf (stderr, "intermediate files written to %s\n", m_path_tempdir); in ~tempdir() 156 if (m_path_tempdir) in ~tempdir() [all …]
|
H A D | jit-tempdir.h | 56 const char * get_path () const { return m_path_tempdir; } in get_path() 74 char *m_path_tempdir; variable
|
H A D | ChangeLog | 2923 and log m_path_template and m_path_tempdir. 3256 "m_path_tempdir", "m_path_c_file", "m_path_s_file",
|
H A D | ChangeLog.jit | 3435 m_path_template, m_path_tempdir, m_path_c_file, m_path_s_file,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | jit-tempdir.c | 73 m_path_tempdir (NULL), in tempdir() 99 m_path_tempdir = mkdtemp (m_path_template); in create() 100 if (!m_path_tempdir) in create() 102 log ("m_path_tempdir: %s", m_path_tempdir); in create() 104 m_path_c_file = concat (m_path_tempdir, "/fake.c", NULL); in create() 105 m_path_s_file = concat (m_path_tempdir, "/fake.s", NULL); in create() 106 m_path_so_file = concat (m_path_tempdir, "/fake.so", NULL); in create() 121 fprintf (stderr, "intermediate files written to %s\n", m_path_tempdir); in ~tempdir() 146 if (m_path_tempdir) in ~tempdir() 148 log ("removing tempdir: %s", m_path_tempdir); in ~tempdir() [all …]
|
H A D | jit-tempdir.h | 56 const char * get_path () const { return m_path_tempdir; } in get_path() 74 char *m_path_tempdir; variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/internals/ |
H A D | test-hello-world.exe.log.txt | 80 JIT: m_path_tempdir: /tmp/libgccjit-CKq1M9
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/internals/ |
H A D | test-hello-world.exe.log.txt | 80 JIT: m_path_tempdir: /tmp/libgccjit-CKq1M9
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 15635 JIT: m_path_tempdir: /tmp/libgccjit-CKq1M9
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 16290 JIT: m_path_tempdir: /tmp/libgccjit-CKq1M9
|