Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DStatus.cpp59 SetErrorStringWithVarArg(format, args); in Status()
206 length = SetErrorStringWithVarArg(format, args); in SetExpressionErrorWithFormat()
260 int length = SetErrorStringWithVarArg(format, args); in SetErrorStringWithFormat()
269 int Status::SetErrorStringWithVarArg(const char *format, va_list args) { in SetErrorStringWithVarArg() function in Status
/external/llvm-project/lldb/include/lldb/Utility/
DStatus.h170 int SetErrorStringWithVarArg(const char *format, va_list args);
/external/llvm-project/lldb/source/API/
DSBError.cpp135 int num_chars = m_opaque_up->SetErrorStringWithVarArg(format, args); in SetErrorStringWithFormat()