Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBCommandReturnObject.cpp351 const char *fallback_error_cstr) { in SetError() argument
354 fallback_error_cstr); in SetError()
357 ref().SetError(error.ref(), fallback_error_cstr); in SetError()
358 else if (fallback_error_cstr) in SetError()
359 ref().SetError(Status(), fallback_error_cstr); in SetError()
/external/llvm-project/lldb/source/Interpreter/
DCommandReturnObject.cpp118 const char *fallback_error_cstr) { in SetError() argument
121 error_cstr = fallback_error_cstr; in SetError()
/external/llvm-project/lldb/bindings/interface/
DSBCommandReturnObject.i71 const char *fallback_error_cstr = NULL);
/external/llvm-project/lldb/include/lldb/API/
DSBCommandReturnObject.h104 const char *fallback_error_cstr = nullptr);
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandReturnObject.h127 void SetError(const Status &error, const char *fallback_error_cstr = nullptr);