HomeSort by: relevance | last modified time | path
    Searched refs:ErrorList (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
Error.h 158 // ErrorList needs to be able to yank ErrorInfoBase pointers out of Errors
160 // handleErrors does not support ErrorList handlers.
161 friend class ErrorList;
365 class ErrorList final : public ErrorInfo<ErrorList> {
367 // ErrorList.
389 ErrorList(std::unique_ptr<ErrorInfoBase> Payload1,
391 assert(!Payload1->isA<ErrorList>() && !Payload2->isA<ErrorList>() &&
392 "ErrorList constructor payloads should be singleton errors")
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
Error.cpp 55 char ErrorList::ID = 0;
72 std::error_code ErrorList::convertToErrorCode() const {

Completed in 18 milliseconds