Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStatus.cpp234 static ErrorType ErrorCodeToErrorType(std::error_code ec) { in ErrorCodeToErrorType() function
244 return ErrorCodeToErrorType(EC); in GetErrorType()
288 result = ErrorCodeToErrorType(error.convertToErrorCode()); in GetType()