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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86281   SWIG_Python_SetConstant(d, "eErrorTypeInvalid",SWIG_From_int(static_cast< int >(lldb::eErrorTypeInvalid)));
tools/lldb/source/API/SBError.cpp
   90   ErrorType err_type = eErrorTypeInvalid;
tools/lldb/source/Utility/Status.cpp
   41 Status::Status() : m_code(0), m_type(eErrorTypeInvalid), m_string() {}
   51     : m_code(0), m_type(eErrorTypeInvalid), m_string() {
  167   m_type = eErrorTypeInvalid;