Searched refs:fmt_str (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/ |
| H A D | Lua.cpp | 64 const char *fmt_str = "return function(frame, bp_loc, ...) {0} end"; in RegisterBreakpointCallback() local 65 std::string func_str = llvm::formatv(fmt_str, body).str(); in RegisterBreakpointCallback() 92 const char *fmt_str = "return function(frame, wp, ...) {0} end"; in RegisterWatchpointCallback() local 93 std::string func_str = llvm::formatv(fmt_str, body).str(); in RegisterWatchpointCallback()
|
| H A D | ScriptInterpreterLua.cpp | 258 const char *fmt_str = in EnterSession() local 264 return m_lua->Run(llvm::formatv(fmt_str, debugger_id).str()); in EnterSession() 358 const char *fmt_str = "return {0}(frame, bp_loc, ...)"; in SetBreakpointCommandCallbackFunction() local 359 std::string oneliner = llvm::formatv(fmt_str, function_name).str(); in SetBreakpointCommandCallbackFunction()
|
| /freebsd/sys/dev/iavf/ |
| H A D | iavf_osdep.h | 235 char *fmt_str, ...) __printflike(3, 4);
|
| /freebsd/sys/dev/ixl/ |
| H A D | i40e_osdep.h | 180 char *fmt_str, ...);
|