Home
last modified time | relevance | path

Searched refs:eErrorTypeInvalid (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DStatus.cpp42 Status::Status() : m_code(0), m_type(eErrorTypeInvalid), m_string() {} in Status()
54 : m_code(0), m_type(eErrorTypeInvalid), m_string() { in Status()
176 m_type = eErrorTypeInvalid; in Clear()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBError.cpp95 ErrorType err_type = eErrorTypeInvalid; in GetType()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h322 eErrorTypeInvalid, enumerator