Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp350 const char *fallback_error_cstr) { in SetError() argument
353 fallback_error_cstr); in SetError()
356 ref().SetError(error.ref(), fallback_error_cstr); in SetError()
357 else if (fallback_error_cstr) in SetError()
358 ref().SetError(Status(), fallback_error_cstr); in SetError()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandReturnObject.cpp108 const char *fallback_error_cstr) { in SetError() argument
109 AppendError(error.AsCString(fallback_error_cstr)); in SetError()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandReturnObject.i71 const char *fallback_error_cstr = NULL);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandReturnObject.h104 const char *fallback_error_cstr = nullptr);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandReturnObject.h133 void SetError(const Status &error, const char *fallback_error_cstr = nullptr);