Home
last modified time | relevance | path

Searched refs:fmt_str (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Lua/
H A DLua.cpp64 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 DScriptInterpreterLua.cpp258 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 Diavf_osdep.h235 char *fmt_str, ...) __printflike(3, 4);
/freebsd/sys/dev/ixl/
H A Di40e_osdep.h180 char *fmt_str, ...);