Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBCommandReturnObject.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()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandReturnObject.cpp109 const char *fallback_error_cstr) { in SetError() argument
112 error_cstr = fallback_error_cstr; in SetError()
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBCommandReturnObject.i71 const char *fallback_error_cstr = NULL);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBCommandReturnObject.h104 const char *fallback_error_cstr = nullptr);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandReturnObject.h126 void SetError(const Status &error, const char *fallback_error_cstr = nullptr);