reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/API/SBError.h
   30   bool Fail() const;

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
24945     result = (bool)((lldb::SBError const *)arg1)->Fail();
tools/lldb/include/lldb/Utility/ReproducerInstrumentation.h
  517     static Result doit(Class *c, Args... args) { return (c->*m)(args...); }
tools/lldb/source/API/SBBreakpointName.cpp
  627   if (!sb_error.Fail())
tools/lldb/source/API/SBError.cpp
   55   LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBError, Fail);
  198   LLDB_REGISTER_METHOD_CONST(bool, SBError, Fail, ());
tools/lldb/source/API/SBTarget.cpp
 1293   if (sberr.Fail())
tools/lldb/tools/driver/Driver.cpp
  321       if (error.Fail())
  328       if (error.Fail())
  335       if (error.Fail())
  342       if (error.Fail())
  349       if (error.Fail())
  356       if (error.Fail())
  668       if (error.Fail()) {
  841   if (error.Fail()) {
  883     if (error.Fail()) {
tools/lldb/tools/lldb-vscode/lldb-vscode.cpp
  528     if (error.Fail()) {
  580   if (error.Fail()) {
  945     if (value.GetError().Fail())
  947     if (value.GetError().Fail()) {
 1272   if (error.Fail()) {