Searched refs:from_printf (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | jit-recording.c | 1980 recording::string::from_printf (context *ctxt, const char *fmt, ...) in from_printf() function 2073 return string::from_printf (m_ctxt, in make_debug_string() 2526 return string::from_printf (m_ctxt, in make_debug_string() 2567 return string::from_printf (m_ctxt, in make_debug_string() 2600 return string::from_printf (m_ctxt, in make_debug_string() 2635 return string::from_printf (m_ctxt, in make_debug_string() 2673 return string::from_printf in make_debug_string() 2722 return string::from_printf (m_ctxt, in make_debug_string() 2906 string *result = string::from_printf (m_ctxt, in make_debug_string_with() 3055 return string::from_printf (m_ctxt, in make_debug_string() [all …]
|
H A D | jit-recording.h | 422 static string * from_printf (context *ctxt, const char *fmt, ...)
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-recording.cc | 2106 recording::string::from_printf (context *ctxt, const char *fmt, ...) in from_printf() function in gcc::jit::recording::string 2215 return string::from_printf (m_ctxt, in make_debug_string() 2875 return string::from_printf (m_ctxt, in make_debug_string() 2916 return string::from_printf (m_ctxt, in make_debug_string() 2949 return string::from_printf (m_ctxt, in make_debug_string() 2984 return string::from_printf (m_ctxt, in make_debug_string() 3022 return string::from_printf in make_debug_string() 3071 return string::from_printf (m_ctxt, in make_debug_string() 3255 string *result = string::from_printf (m_ctxt, in make_debug_string_with() 3404 return string::from_printf (m_ctxt, in make_debug_string() [all …]
|
H A D | jit-recording.h | 441 static string * from_printf (context *ctxt, const char *fmt, ...)
|
H A D | ChangeLog.jit | 399 (gcc::jit::recording::string::from_printf): Eliminate fixed-size 2279 (gcc::jit::recording::from_printf): New factory function. 2437 (gcc::jit::recording::string::from_printf): New factory function,
|
H A D | ChangeLog | 2259 (recording::string::from_printf): Ditto.
|