Searched refs:ErrorList (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h158 // ErrorList needs to be able to yank ErrorInfoBase pointers out of Errors
160 // handleErrors does not support ErrorList handlers.
161 friend class ErrorList;
359 class ErrorList final : public ErrorInfo<ErrorList> {
361 // ErrorList.
383 ErrorList(std::unique_ptr<ErrorInfoBase> Payload1, function in class:llvm::final
385 assert(!Payload1->isA<ErrorList>() && !Payload2->isA<ErrorList>() &&
386 "ErrorList constructo
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DError.cpp55 char ErrorList::ID = 0;
72 std::error_code ErrorList::convertToErrorCode() const {

Completed in 55 milliseconds