Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()