Home
last modified time | relevance | path

Searched refs:SetErrorStringWithVarArg (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStatus.cpp58 SetErrorStringWithVarArg(format, args); in Status()
220 length = SetErrorStringWithVarArg(format, args); in SetExpressionErrorWithFormat()
284 int length = SetErrorStringWithVarArg(format, args); in SetErrorStringWithFormat()
293 int Status::SetErrorStringWithVarArg(const char *format, va_list args) { in SetErrorStringWithVarArg() function in Status
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DStatus.h213 int SetErrorStringWithVarArg(const char *format, va_list args);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBError.cpp135 int num_chars = m_opaque_ap->SetErrorStringWithVarArg(format, args); in SetErrorStringWithFormat()