Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp58 SetErrorStringWithVarArg(format, args); in Status()
196 length = SetErrorStringWithVarArg(format, args); in SetExpressionErrorWithFormat()
250 int length = SetErrorStringWithVarArg(format, args); in SetErrorStringWithFormat()
259 int Status::SetErrorStringWithVarArg(const char *format, va_list args) { in SetErrorStringWithVarArg() function in Status
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h166 int SetErrorStringWithVarArg(const char *format, va_list args);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBError.cpp143 int num_chars = m_opaque_up->SetErrorStringWithVarArg(format, args); in SetErrorStringWithFormat()