Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBCommandReturnObject.cpp263 const char *fallback_error_cstr) { in SetError() argument
266 m_opaque_ap->SetError(error.ref(), fallback_error_cstr); in SetError()
267 else if (fallback_error_cstr) in SetError()
268 m_opaque_ap->SetError(Status(), fallback_error_cstr); in SetError()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandReturnObject.cpp111 const char *fallback_error_cstr) { in SetError() argument
114 error_cstr = fallback_error_cstr; in SetError()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBCommandReturnObject.h84 const char *fallback_error_cstr = nullptr);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h128 void SetError(const Status &error, const char *fallback_error_cstr = nullptr);