Home
last modified time | relevance | path

Searched refs:get_path_c_file (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Djit-tempdir.h57 const char * get_path_c_file () const { return m_path_c_file; } in get_path_c_file() function
H A Djit-playback.h300 const char * get_path_c_file () const;
H A Djit-playback.cc2720 ADD_ARG (get_path_c_file ()); in make_fake_args()
3287 get_path_c_file () const in get_path_c_file() function in gcc::jit::playback::context
3289 return m_tempdir->get_path_c_file (); in get_path_c_file()
H A DChangeLog3248 (gcc::jit::playback::context::get_path_c_file): New function.
3251 * jit-playback.h (gcc::jit::playback::context::get_path_c_file):
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-tempdir.h57 const char * get_path_c_file () const { return m_path_c_file; } in get_path_c_file() function
H A Djit-playback.h265 const char * get_path_c_file () const;
H A Djit-playback.c2237 ADD_ARG (get_path_c_file ()); in make_fake_args()
2785 get_path_c_file () const in get_path_c_file() function
2787 return m_tempdir->get_path_c_file (); in get_path_c_file()