HomeSort by relevance Sort by last modified time
    Searched refs:AbortedInfo (Results 1 - 15 of 15) sorted by null

  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 51 PtrInfo() : AbortedInfo(nullptr, false), EscapedInfo(nullptr, false) {}
55 AbortedInfo.setPointer(nullptr);
56 AbortedInfo.setInt(false);
62 bool isAborted() const { return AbortedInfo.getInt(); }
70 Instruction *getAbortingInst() const { return AbortedInfo.getPointer(); }
80 AbortedInfo.setInt(true);
81 AbortedInfo.setPointer(I);
101 PointerIntPair<Instruction *, 1, bool> AbortedInfo, EscapedInfo;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 51 PtrInfo() : AbortedInfo(nullptr, false), EscapedInfo(nullptr, false) {}
55 AbortedInfo.setPointer(nullptr);
56 AbortedInfo.setInt(false);
62 bool isAborted() const { return AbortedInfo.getInt(); }
70 Instruction *getAbortingInst() const { return AbortedInfo.getPointer(); }
80 AbortedInfo.setInt(true);
81 AbortedInfo.setPointer(I);
101 PointerIntPair<Instruction *, 1, bool> AbortedInfo, EscapedInfo;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
PtrUseVisitor.h 51 PtrInfo() : AbortedInfo(nullptr, false), EscapedInfo(nullptr, false) {}
55 AbortedInfo.setPointer(nullptr);
56 AbortedInfo.setInt(false);
62 bool isAborted() const { return AbortedInfo.getInt(); }
70 Instruction *getAbortingInst() const { return AbortedInfo.getPointer(); }
80 AbortedInfo.setInt(true);
81 AbortedInfo.setPointer(I);
101 PointerIntPair<Instruction *, 1, bool> AbortedInfo, EscapedInfo;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
PtrUseVisitor.h 51 PtrInfo() : AbortedInfo(nullptr, false), EscapedInfo(nullptr, false) {}
55 AbortedInfo.setPointer(nullptr);
56 AbortedInfo.setInt(false);
62 bool isAborted() const { return AbortedInfo.getInt(); }
70 Instruction *getAbortingInst() const { return AbortedInfo.getPointer(); }
80 AbortedInfo.setInt(true);
81 AbortedInfo.setPointer(I);
101 PointerIntPair<Instruction *, 1, bool> AbortedInfo, EscapedInfo;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
PtrUseVisitor.h 65 PtrInfo() : AbortedInfo(nullptr, false), EscapedInfo(nullptr, false) {}
69 AbortedInfo.setPointer(nullptr);
70 AbortedInfo.setInt(false);
76 bool isAborted() const { return AbortedInfo.getInt(); }
84 Instruction *getAbortingInst() const { return AbortedInfo.getPointer(); }
94 AbortedInfo.setInt(true);
95 AbortedInfo.setPointer(I);
115 PointerIntPair<Instruction *, 1, bool> AbortedInfo, EscapedInfo;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
PtrUseVisitor.h 65 PtrInfo() : AbortedInfo(nullptr, false), EscapedInfo(nullptr, false) {}
69 AbortedInfo.setPointer(nullptr);
70 AbortedInfo.setInt(false);
76 bool isAborted() const { return AbortedInfo.getInt(); }
84 Instruction *getAbortingInst() const { return AbortedInfo.getPointer(); }
94 AbortedInfo.setInt(true);
95 AbortedInfo.setPointer(I);
115 PointerIntPair<Instruction *, 1, bool> AbortedInfo, EscapedInfo;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
PtrUseVisitor.h 65 PtrInfo() : AbortedInfo(nullptr, false), EscapedInfo(nullptr, false) {}
69 AbortedInfo.setPointer(nullptr);
70 AbortedInfo.setInt(false);
76 bool isAborted() const { return AbortedInfo.getInt(); }
84 Instruction *getAbortingInst() const { return AbortedInfo.getPointer(); }
94 AbortedInfo.setInt(true);
95 AbortedInfo.setPointer(I);
115 PointerIntPair<Instruction *, 1, bool> AbortedInfo, EscapedInfo;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
PtrUseVisitor.h 65 PtrInfo() : AbortedInfo(nullptr, false), EscapedInfo(nullptr, false) {}
69 AbortedInfo.setPointer(nullptr);
70 AbortedInfo.setInt(false);
76 bool isAborted() const { return AbortedInfo.getInt(); }
84 Instruction *getAbortingInst() const { return AbortedInfo.getPointer(); }
94 AbortedInfo.setInt(true);
95 AbortedInfo.setPointer(I);
115 PointerIntPair<Instruction *, 1, bool> AbortedInfo, EscapedInfo;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
PtrUseVisitor.h 51 PtrInfo() : AbortedInfo(nullptr, false), EscapedInfo(nullptr, false) {}
55 AbortedInfo.setPointer(nullptr);
56 AbortedInfo.setInt(false);
62 bool isAborted() const { return AbortedInfo.getInt(); }
70 Instruction *getAbortingInst() const { return AbortedInfo.getPointer(); }
80 AbortedInfo.setInt(true);
81 AbortedInfo.setPointer(I);
101 PointerIntPair<Instruction *, 1, bool> AbortedInfo, EscapedInfo;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
PtrUseVisitor.h 51 PtrInfo() : AbortedInfo(nullptr, false), EscapedInfo(nullptr, false) {}
55 AbortedInfo.setPointer(nullptr);
56 AbortedInfo.setInt(false);
62 bool isAborted() const { return AbortedInfo.getInt(); }
70 Instruction *getAbortingInst() const { return AbortedInfo.getPointer(); }
80 AbortedInfo.setInt(true);
81 AbortedInfo.setPointer(I);
101 PointerIntPair<Instruction *, 1, bool> AbortedInfo, EscapedInfo;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
PtrUseVisitor.h 51 PtrInfo() : AbortedInfo(nullptr, false), EscapedInfo(nullptr, false) {}
55 AbortedInfo.setPointer(nullptr);
56 AbortedInfo.setInt(false);
62 bool isAborted() const { return AbortedInfo.getInt(); }
70 Instruction *getAbortingInst() const { return AbortedInfo.getPointer(); }
80 AbortedInfo.setInt(true);
81 AbortedInfo.setPointer(I);
101 PointerIntPair<Instruction *, 1, bool> AbortedInfo, EscapedInfo;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
PtrUseVisitor.h 65 PtrInfo() : AbortedInfo(nullptr, false), EscapedInfo(nullptr, false) {}
69 AbortedInfo.setPointer(nullptr);
70 AbortedInfo.setInt(false);
76 bool isAborted() const { return AbortedInfo.getInt(); }
84 Instruction *getAbortingInst() const { return AbortedInfo.getPointer(); }
94 AbortedInfo.setInt(true);
95 AbortedInfo.setPointer(I);
115 PointerIntPair<Instruction *, 1, bool> AbortedInfo, EscapedInfo;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
PtrUseVisitor.h 65 PtrInfo() : AbortedInfo(nullptr, false), EscapedInfo(nullptr, false) {}
69 AbortedInfo.setPointer(nullptr);
70 AbortedInfo.setInt(false);
76 bool isAborted() const { return AbortedInfo.getInt(); }
84 Instruction *getAbortingInst() const { return AbortedInfo.getPointer(); }
94 AbortedInfo.setInt(true);
95 AbortedInfo.setPointer(I);
115 PointerIntPair<Instruction *, 1, bool> AbortedInfo, EscapedInfo;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
PtrUseVisitor.h 65 PtrInfo() : AbortedInfo(nullptr, false), EscapedInfo(nullptr, false) {}
69 AbortedInfo.setPointer(nullptr);
70 AbortedInfo.setInt(false);
76 bool isAborted() const { return AbortedInfo.getInt(); }
84 Instruction *getAbortingInst() const { return AbortedInfo.getPointer(); }
94 AbortedInfo.setInt(true);
95 AbortedInfo.setPointer(I);
115 PointerIntPair<Instruction *, 1, bool> AbortedInfo, EscapedInfo;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
PtrUseVisitor.h 65 PtrInfo() : AbortedInfo(nullptr, false), EscapedInfo(nullptr, false) {}
69 AbortedInfo.setPointer(nullptr);
70 AbortedInfo.setInt(false);
76 bool isAborted() const { return AbortedInfo.getInt(); }
84 Instruction *getAbortingInst() const { return AbortedInfo.getPointer(); }
94 AbortedInfo.setInt(true);
95 AbortedInfo.setPointer(I);
115 PointerIntPair<Instruction *, 1, bool> AbortedInfo, EscapedInfo;

Completed in 621 milliseconds