HomeSort by relevance Sort by last modified time
    Searched refs:ErrorInfoBase (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/llvm/lib/Support/
Error.cpp 51 void ErrorInfoBase::anchor() {}
52 char ErrorInfoBase::ID = 0;
61 handleAllErrors(std::move(E), [&](const ErrorInfoBase &EI) {
86 handleAllErrors(std::move(Err), [&](const ErrorInfoBase &EI) {
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Error.h 46 class ErrorInfoBase {
48 virtual ~ErrorInfoBase() = default;
89 /// Instances of this class wrap a ErrorInfoBase pointer. Failure states
90 /// are represented by setting the pointer to a ErrorInfoBase subclass
153 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
189 Error(std::unique_ptr<ErrorInfoBase> Payload) {
252 ErrorInfoBase *getPtr() const {
253 return reinterpret_cast<ErrorInfoBase*>(
258 void setPtr(ErrorInfoBase *EI) {
260 Payload = reinterpret_cast<ErrorInfoBase*>(
    [all...]
  /external/llvm/include/llvm/Support/
Error.h 33 class ErrorInfoBase {
35 virtual ~ErrorInfoBase() {}
75 /// Instances of this class wrap a ErrorInfoBase pointer. Failure states
76 /// are represented by setting the pointer to a ErrorInfoBase subclass
136 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
173 Error(std::unique_ptr<ErrorInfoBase> Payload) {
236 ErrorInfoBase *getPtr() const {
244 void setPtr(ErrorInfoBase *EI) {
266 std::unique_ptr<ErrorInfoBase> takePayload() {
267 std::unique_ptr<ErrorInfoBase> Tmp(getPtr())
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Error.h 46 class ErrorInfoBase {
48 virtual ~ErrorInfoBase() = default;
89 /// Instances of this class wrap a ErrorInfoBase pointer. Failure states
90 /// are represented by setting the pointer to a ErrorInfoBase subclass
153 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
189 Error(std::unique_ptr<ErrorInfoBase> Payload) {
252 ErrorInfoBase *getPtr() const {
253 return reinterpret_cast<ErrorInfoBase*>(
258 void setPtr(ErrorInfoBase *EI) {
260 Payload = reinterpret_cast<ErrorInfoBase*>(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Error.h 47 class ErrorInfoBase {
49 virtual ~ErrorInfoBase() = default;
71 // Returns the class ID for the dynamic type of this ErrorInfoBase instance.
93 /// Instances of this class wrap a ErrorInfoBase pointer. Failure states
94 /// are represented by setting the pointer to a ErrorInfoBase subclass
157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
193 Error(std::unique_ptr<ErrorInfoBase> Payload) {
264 ErrorInfoBase *getPtr() const {
265 return reinterpret_cast<ErrorInfoBase*>(
270 void setPtr(ErrorInfoBase *EI)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Error.h 47 class ErrorInfoBase {
49 virtual ~ErrorInfoBase() = default;
71 // Returns the class ID for the dynamic type of this ErrorInfoBase instance.
93 /// Instances of this class wrap a ErrorInfoBase pointer. Failure states
94 /// are represented by setting the pointer to a ErrorInfoBase subclass
157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
193 Error(std::unique_ptr<ErrorInfoBase> Payload) {
264 ErrorInfoBase *getPtr() const {
265 return reinterpret_cast<ErrorInfoBase*>(
270 void setPtr(ErrorInfoBase *EI)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Error.h 47 class ErrorInfoBase {
49 virtual ~ErrorInfoBase() = default;
71 // Returns the class ID for the dynamic type of this ErrorInfoBase instance.
93 /// Instances of this class wrap a ErrorInfoBase pointer. Failure states
94 /// are represented by setting the pointer to a ErrorInfoBase subclass
157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
193 Error(std::unique_ptr<ErrorInfoBase> Payload) {
264 ErrorInfoBase *getPtr() const {
265 return reinterpret_cast<ErrorInfoBase*>(
270 void setPtr(ErrorInfoBase *EI)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Error.h 47 class ErrorInfoBase {
49 virtual ~ErrorInfoBase() = default;
71 // Returns the class ID for the dynamic type of this ErrorInfoBase instance.
93 /// Instances of this class wrap a ErrorInfoBase pointer. Failure states
94 /// are represented by setting the pointer to a ErrorInfoBase subclass
157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
193 Error(std::unique_ptr<ErrorInfoBase> Payload) {
264 ErrorInfoBase *getPtr() const {
265 return reinterpret_cast<ErrorInfoBase*>(
270 void setPtr(ErrorInfoBase *EI)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Error.h 47 class ErrorInfoBase {
49 virtual ~ErrorInfoBase() = default;
71 // Returns the class ID for the dynamic type of this ErrorInfoBase instance.
93 /// Instances of this class wrap a ErrorInfoBase pointer. Failure states
94 /// are represented by setting the pointer to a ErrorInfoBase subclass
157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
193 Error(std::unique_ptr<ErrorInfoBase> Payload) {
264 ErrorInfoBase *getPtr() const {
265 return reinterpret_cast<ErrorInfoBase*>(
270 void setPtr(ErrorInfoBase *EI)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Error.h 47 class ErrorInfoBase {
49 virtual ~ErrorInfoBase() = default;
71 // Returns the class ID for the dynamic type of this ErrorInfoBase instance.
93 /// Instances of this class wrap a ErrorInfoBase pointer. Failure states
94 /// are represented by setting the pointer to a ErrorInfoBase subclass
157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
193 Error(std::unique_ptr<ErrorInfoBase> Payload) {
264 ErrorInfoBase *getPtr() const {
265 return reinterpret_cast<ErrorInfoBase*>(
270 void setPtr(ErrorInfoBase *EI)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Error.h 46 class ErrorInfoBase {
48 virtual ~ErrorInfoBase() = default;
89 /// Instances of this class wrap a ErrorInfoBase pointer. Failure states
90 /// are represented by setting the pointer to a ErrorInfoBase subclass
153 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
189 Error(std::unique_ptr<ErrorInfoBase> Payload) {
252 ErrorInfoBase *getPtr() const {
253 return reinterpret_cast<ErrorInfoBase*>(
258 void setPtr(ErrorInfoBase *EI) {
260 Payload = reinterpret_cast<ErrorInfoBase*>(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Error.h 47 class ErrorInfoBase {
49 virtual ~ErrorInfoBase() = default;
71 // Returns the class ID for the dynamic type of this ErrorInfoBase instance.
93 /// Instances of this class wrap a ErrorInfoBase pointer. Failure states
94 /// are represented by setting the pointer to a ErrorInfoBase subclass
157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
193 Error(std::unique_ptr<ErrorInfoBase> Payload) {
264 ErrorInfoBase *getPtr() const {
265 return reinterpret_cast<ErrorInfoBase*>(
270 void setPtr(ErrorInfoBase *EI)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Error.h 47 class ErrorInfoBase {
49 virtual ~ErrorInfoBase() = default;
71 // Returns the class ID for the dynamic type of this ErrorInfoBase instance.
93 /// Instances of this class wrap a ErrorInfoBase pointer. Failure states
94 /// are represented by setting the pointer to a ErrorInfoBase subclass
157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
193 Error(std::unique_ptr<ErrorInfoBase> Payload) {
264 ErrorInfoBase *getPtr() const {
265 return reinterpret_cast<ErrorInfoBase*>(
270 void setPtr(ErrorInfoBase *EI)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Error.h 47 class ErrorInfoBase {
49 virtual ~ErrorInfoBase() = default;
71 // Returns the class ID for the dynamic type of this ErrorInfoBase instance.
93 /// Instances of this class wrap a ErrorInfoBase pointer. Failure states
94 /// are represented by setting the pointer to a ErrorInfoBase subclass
157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
193 Error(std::unique_ptr<ErrorInfoBase> Payload) {
264 ErrorInfoBase *getPtr() const {
265 return reinterpret_cast<ErrorInfoBase*>(
270 void setPtr(ErrorInfoBase *EI)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Error.h 47 class ErrorInfoBase {
49 virtual ~ErrorInfoBase() = default;
71 // Returns the class ID for the dynamic type of this ErrorInfoBase instance.
93 /// Instances of this class wrap a ErrorInfoBase pointer. Failure states
94 /// are represented by setting the pointer to a ErrorInfoBase subclass
157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
193 Error(std::unique_ptr<ErrorInfoBase> Payload) {
264 ErrorInfoBase *getPtr() const {
265 return reinterpret_cast<ErrorInfoBase*>(
270 void setPtr(ErrorInfoBase *EI)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Error.h 47 class ErrorInfoBase {
49 virtual ~ErrorInfoBase() = default;
71 // Returns the class ID for the dynamic type of this ErrorInfoBase instance.
93 /// Instances of this class wrap a ErrorInfoBase pointer. Failure states
94 /// are represented by setting the pointer to a ErrorInfoBase subclass
157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
193 Error(std::unique_ptr<ErrorInfoBase> Payload) {
264 ErrorInfoBase *getPtr() const {
265 return reinterpret_cast<ErrorInfoBase*>(
270 void setPtr(ErrorInfoBase *EI)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Error.h 47 class ErrorInfoBase {
49 virtual ~ErrorInfoBase() = default;
71 // Returns the class ID for the dynamic type of this ErrorInfoBase instance.
93 /// Instances of this class wrap a ErrorInfoBase pointer. Failure states
94 /// are represented by setting the pointer to a ErrorInfoBase subclass
157 // ErrorList needs to be able to yank ErrorInfoBase pointers out of this
193 Error(std::unique_ptr<ErrorInfoBase> Payload) {
264 ErrorInfoBase *getPtr() const {
265 return reinterpret_cast<ErrorInfoBase*>(
270 void setPtr(ErrorInfoBase *EI)
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 244 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
261 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
280 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
297 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
316 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
334 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
349 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 220 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
237 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
256 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
273 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
292 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
310 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
325 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 218 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
235 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
254 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
271 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
290 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
308 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
323 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 218 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
235 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
254 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
271 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
290 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
308 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
323 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 220 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
237 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
256 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
273 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
292 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
310 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
325 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 218 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
235 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
254 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
271 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
290 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
308 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
323 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetClient.h 218 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
235 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
254 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
271 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
290 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
308 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
323 handleAllErrors(std::move(Err), [&](ErrorInfoBase &EIB) {
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
compat.hpp 171 ::llvm::handleAllErrors(std::move(err), [&](::llvm::ErrorInfoBase &eib) {

Completed in 1780 milliseconds

1 2 3 4