Searched defs:getErrorStorage (Results 1 - 25 of 28) sorted by relevance

12

/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
H A DErrorOr.h92 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode));
96 new (getErrorStorage()) std::error_code(EC);
173 return HasError ? *getErrorStorage() : std::error_code();
198 new (getErrorStorage()) std::error_code(Other.getError());
230 new (getErrorStorage()) std::error_code(Other.getError());
265 std::error_code *getErrorStorage() { function in class:llvm::ErrorOr
270 const std::error_code *getErrorStorage() const { function in class:llvm::ErrorOr
271 return const_cast<ErrorOr<T> *>(this)->getErrorStorage();
H A DError.h675 new (getErrorStorage()) error_type(Err.takePayload());
732 getErrorStorage()->~error_type();
757 return HasError && (*getErrorStorage())->template isA<ErrT>();
768 return HasError ? Error(std::move(*getErrorStorage())) : Error::success();
816 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage()));
847 error_type *getErrorStorage() { function in class:llvm::Expected
852 const error_type *getErrorStorage() const { function in class:llvm::Expected
870 (*getErrorStorage())->log(dbgs());
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
H A DErrorOr.h92 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode));
96 new (getErrorStorage()) std::error_code(EC);
173 return HasError ? *getErrorStorage() : std::error_code();
198 new (getErrorStorage()) std::error_code(Other.getError());
230 new (getErrorStorage()) std::error_code(Other.getError());
265 std::error_code *getErrorStorage() { function in class:llvm::ErrorOr
270 const std::error_code *getErrorStorage() const { function in class:llvm::ErrorOr
271 return const_cast<ErrorOr<T> *>(this)->getErrorStorage();
H A DError.h675 new (getErrorStorage()) error_type(Err.takePayload());
732 getErrorStorage()->~error_type();
757 return HasError && (*getErrorStorage())->template isA<ErrT>();
768 return HasError ? Error(std::move(*getErrorStorage())) : Error::success();
816 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage()));
847 error_type *getErrorStorage() { function in class:llvm::Expected
852 const error_type *getErrorStorage() const { function in class:llvm::Expected
870 (*getErrorStorage())->log(dbgs());
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
H A DErrorOr.h92 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode));
96 new (getErrorStorage()) std::error_code(EC);
173 return HasError ? *getErrorStorage() : std::error_code();
198 new (getErrorStorage()) std::error_code(Other.getError());
230 new (getErrorStorage()) std::error_code(Other.getError());
265 std::error_code *getErrorStorage() { function in class:llvm::ErrorOr
270 const std::error_code *getErrorStorage() const { function in class:llvm::ErrorOr
271 return const_cast<ErrorOr<T> *>(this)->getErrorStorage();
H A DError.h446 new (getErrorStorage()) error_type(Err.takePayload());
503 getErrorStorage()->~error_type();
528 return HasError && (*getErrorStorage())->template isA<ErrT>();
539 return HasError ? Error(std::move(*getErrorStorage())) : Error::success();
587 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage()));
618 error_type *getErrorStorage() { function in class:llvm::Expected
623 const error_type *getErrorStorage() const { function in class:llvm::Expected
641 (*getErrorStorage())->log(dbgs());
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
H A DErrorOr.h92 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode));
96 new (getErrorStorage()) std::error_code(EC);
173 return HasError ? *getErrorStorage() : std::error_code();
198 new (getErrorStorage()) std::error_code(Other.getError());
230 new (getErrorStorage()) std::error_code(Other.getError());
265 std::error_code *getErrorStorage() { function in class:llvm::ErrorOr
270 const std::error_code *getErrorStorage() const { function in class:llvm::ErrorOr
271 return const_cast<ErrorOr<T> *>(this)->getErrorStorage();
H A DError.h446 new (getErrorStorage()) error_type(Err.takePayload());
503 getErrorStorage()->~error_type();
528 return HasError && (*getErrorStorage())->template isA<ErrT>();
539 return HasError ? Error(std::move(*getErrorStorage())) : Error::success();
587 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage()));
618 error_type *getErrorStorage() { function in class:llvm::Expected
623 const error_type *getErrorStorage() const { function in class:llvm::Expected
641 (*getErrorStorage())->log(dbgs());
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
H A DErrorOr.h92 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode));
96 new (getErrorStorage()) std::error_code(EC);
173 return HasError ? *getErrorStorage() : std::error_code();
198 new (getErrorStorage()) std::error_code(Other.getError());
230 new (getErrorStorage()) std::error_code(Other.getError());
265 std::error_code *getErrorStorage() { function in class:llvm::ErrorOr
270 const std::error_code *getErrorStorage() const { function in class:llvm::ErrorOr
271 return const_cast<ErrorOr<T> *>(this)->getErrorStorage();
H A DError.h446 new (getErrorStorage()) error_type(Err.takePayload());
503 getErrorStorage()->~error_type();
528 return HasError && (*getErrorStorage())->template isA<ErrT>();
539 return HasError ? Error(std::move(*getErrorStorage())) : Error::success();
587 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage()));
618 error_type *getErrorStorage() { function in class:llvm::Expected
623 const error_type *getErrorStorage() const { function in class:llvm::Expected
641 (*getErrorStorage())->log(dbgs());
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
H A DErrorOr.h92 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode));
96 new (getErrorStorage()) std::error_code(EC);
173 return HasError ? *getErrorStorage() : std::error_code();
198 new (getErrorStorage()) std::error_code(Other.getError());
230 new (getErrorStorage()) std::error_code(Other.getError());
265 std::error_code *getErrorStorage() { function in class:llvm::ErrorOr
270 const std::error_code *getErrorStorage() const { function in class:llvm::ErrorOr
271 return const_cast<ErrorOr<T> *>(this)->getErrorStorage();
H A DError.h446 new (getErrorStorage()) error_type(Err.takePayload());
503 getErrorStorage()->~error_type();
528 return HasError && (*getErrorStorage())->template isA<ErrT>();
539 return HasError ? Error(std::move(*getErrorStorage())) : Error::success();
587 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage()));
618 error_type *getErrorStorage() { function in class:llvm::Expected
623 const error_type *getErrorStorage() const { function in class:llvm::Expected
641 (*getErrorStorage())->log(dbgs());
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
H A DErrorOr.h92 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode));
96 new (getErrorStorage()) std::error_code(EC);
173 return HasError ? *getErrorStorage() : std::error_code();
198 new (getErrorStorage()) std::error_code(Other.getError());
230 new (getErrorStorage()) std::error_code(Other.getError());
265 std::error_code *getErrorStorage() { function in class:llvm::ErrorOr
270 const std::error_code *getErrorStorage() const { function in class:llvm::ErrorOr
271 return const_cast<ErrorOr<T> *>(this)->getErrorStorage();
H A DError.h675 new (getErrorStorage()) error_type(Err.takePayload());
732 getErrorStorage()->~error_type();
757 return HasError && (*getErrorStorage())->template isA<ErrT>();
768 return HasError ? Error(std::move(*getErrorStorage())) : Error::success();
816 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage()));
847 error_type *getErrorStorage() { function in class:llvm::Expected
852 const error_type *getErrorStorage() const { function in class:llvm::Expected
870 (*getErrorStorage())->log(dbgs());
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
H A DErrorOr.h92 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode));
96 new (getErrorStorage()) std::error_code(EC);
173 return HasError ? *getErrorStorage() : std::error_code();
198 new (getErrorStorage()) std::error_code(Other.getError());
230 new (getErrorStorage()) std::error_code(Other.getError());
265 std::error_code *getErrorStorage() { function in class:llvm::ErrorOr
270 const std::error_code *getErrorStorage() const { function in class:llvm::ErrorOr
271 return const_cast<ErrorOr<T> *>(this)->getErrorStorage();
H A DError.h675 new (getErrorStorage()) error_type(Err.takePayload());
732 getErrorStorage()->~error_type();
757 return HasError && (*getErrorStorage())->template isA<ErrT>();
768 return HasError ? Error(std::move(*getErrorStorage())) : Error::success();
816 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage()));
847 error_type *getErrorStorage() { function in class:llvm::Expected
852 const error_type *getErrorStorage() const { function in class:llvm::Expected
870 (*getErrorStorage())->log(dbgs());
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
H A DErrorOr.h92 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode));
96 new (getErrorStorage()) std::error_code(EC);
173 return HasError ? *getErrorStorage() : std::error_code();
198 new (getErrorStorage()) std::error_code(Other.getError());
230 new (getErrorStorage()) std::error_code(Other.getError());
265 std::error_code *getErrorStorage() { function in class:llvm::ErrorOr
270 const std::error_code *getErrorStorage() const { function in class:llvm::ErrorOr
271 return const_cast<ErrorOr<T> *>(this)->getErrorStorage();
H A DError.h446 new (getErrorStorage()) error_type(Err.takePayload());
503 getErrorStorage()->~error_type();
528 return HasError && (*getErrorStorage())->template isA<ErrT>();
539 return HasError ? Error(std::move(*getErrorStorage())) : Error::success();
587 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage()));
618 error_type *getErrorStorage() { function in class:llvm::Expected
623 const error_type *getErrorStorage() const { function in class:llvm::Expected
641 (*getErrorStorage())->log(dbgs());
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
H A DErrorOr.h92 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode));
96 new (getErrorStorage()) std::error_code(EC);
173 return HasError ? *getErrorStorage() : std::error_code();
198 new (getErrorStorage()) std::error_code(Other.getError());
230 new (getErrorStorage()) std::error_code(Other.getError());
265 std::error_code *getErrorStorage() { function in class:llvm::ErrorOr
270 const std::error_code *getErrorStorage() const { function in class:llvm::ErrorOr
271 return const_cast<ErrorOr<T> *>(this)->getErrorStorage();
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
H A DErrorOr.h92 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode));
96 new (getErrorStorage()) std::error_code(EC);
173 return HasError ? *getErrorStorage() : std::error_code();
198 new (getErrorStorage()) std::error_code(Other.getError());
230 new (getErrorStorage()) std::error_code(Other.getError());
265 std::error_code *getErrorStorage() { function in class:llvm::ErrorOr
270 const std::error_code *getErrorStorage() const { function in class:llvm::ErrorOr
271 return const_cast<ErrorOr<T> *>(this)->getErrorStorage();
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
H A DErrorOr.h92 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode));
96 new (getErrorStorage()) std::error_code(EC);
173 return HasError ? *getErrorStorage() : std::error_code();
198 new (getErrorStorage()) std::error_code(Other.getError());
230 new (getErrorStorage()) std::error_code(Other.getError());
265 std::error_code *getErrorStorage() { function in class:llvm::ErrorOr
270 const std::error_code *getErrorStorage() const { function in class:llvm::ErrorOr
271 return const_cast<ErrorOr<T> *>(this)->getErrorStorage();
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DErrorOr.h89 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode));
93 new (getErrorStorage()) std::error_code(EC);
170 return HasError ? *getErrorStorage() : std::error_code();
195 new (getErrorStorage()) std::error_code(Other.getError());
227 new (getErrorStorage()) std::error_code(Other.getError());
262 std::error_code *getErrorStorage() { function in class:llvm::ErrorOr
267 const std::error_code *getErrorStorage() const { function in class:llvm::ErrorOr
268 return const_cast<ErrorOr<T> *>(this)->getErrorStorage();
H A DError.h658 new (getErrorStorage()) error_type(Err.takePayload());
715 getErrorStorage()->~error_type();
740 return HasError && getErrorStorage()->template isA<ErrT>();
751 return HasError ? Error(std::move(*getErrorStorage())) : Error::success();
799 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage()));
830 error_type *getErrorStorage() { function in class:llvm::Expected
841 (*getErrorStorage())->log(dbgs());
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DErrorOr.h89 new (getErrorStorage()) std::error_code(make_error_code(ErrorCode));
93 new (getErrorStorage()) std::error_code(EC);
170 return HasError ? *getErrorStorage() : std::error_code();
195 new (getErrorStorage()) std::error_code(Other.getError());
227 new (getErrorStorage()) std::error_code(Other.getError());
262 std::error_code *getErrorStorage() { function in class:llvm::ErrorOr
267 const std::error_code *getErrorStorage() const { function in class:llvm::ErrorOr
268 return const_cast<ErrorOr<T> *>(this)->getErrorStorage();
H A DError.h658 new (getErrorStorage()) error_type(Err.takePayload());
715 getErrorStorage()->~error_type();
740 return HasError && getErrorStorage()->template isA<ErrT>();
751 return HasError ? Error(std::move(*getErrorStorage())) : Error::success();
799 new (getErrorStorage()) error_type(std::move(*Other.getErrorStorage()));
830 error_type *getErrorStorage() { function in class:llvm::Expected
841 (*getErrorStorage())->log(dbgs());

Completed in 728 milliseconds

12