Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DError.cpp19 enum class ErrorErrorCode : int { enum
33 switch (static_cast<ErrorErrorCode>(condition)) { in message()
34 case ErrorErrorCode::MultipleErrors: in message()
36 case ErrorErrorCode::InconvertibleError: in message()
40 case ErrorErrorCode::FileError: in message()
73 return std::error_code(static_cast<int>(ErrorErrorCode::MultipleErrors), in convertToErrorCode()
78 return std::error_code(static_cast<int>(ErrorErrorCode::InconvertibleError), in inconvertibleErrorCode()
83 return std::error_code(static_cast<int>(ErrorErrorCode::FileError), in convertToErrorCode()