Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp104 std::error_code NestedEC = Err->convertToErrorCode(); in convertToErrorCode() local
105 if (NestedEC == inconvertibleErrorCode()) in convertToErrorCode()
108 return NestedEC; in convertToErrorCode()