Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DError.cpp85 std::error_code NestedEC = Err->convertToErrorCode(); in convertToErrorCode() local
86 if (NestedEC == inconvertibleErrorCode()) in convertToErrorCode()
89 return NestedEC; in convertToErrorCode()