Searched defs:ECError (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h1099 class ECError : public ErrorInfo<ECError> { class in namespace:llvm
1114 ECError(std::error_code EC) : EC(EC) {} function in class:llvm::ECError

Completed in 57 milliseconds