Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStatus.h187 lldb::eErrorTypeInvalid; ///< The type of the above error code.
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBError.cpp99 ErrorType err_type = eErrorTypeInvalid; in GetType()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp168 m_type = eErrorTypeInvalid; in Clear()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h308 eErrorTypeInvalid, enumerator
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst469 .. py:data:: eErrorTypeInvalid
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp81238 {SWIG_LUA_CONSTTAB_INT("eErrorTypeInvalid", (lldb::eErrorTypeInvalid))},