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

  /external/llvm/include/llvm/ADT/
EpochTracker.h 29 void incrementEpoch() {}
57 /// \brief Calling incrementEpoch invalidates all handles pointing into the
59 void incrementEpoch() { ++Epoch; }
61 /// \brief The destructor calls incrementEpoch to make use-after-free bugs
63 ~DebugEpochBase() { incrementEpoch(); }
70 /// the routines modifying the data structure to call incrementEpoch when they
84 /// not called incrementEpoch on itself since the creation of this
DenseMap.h 88 incrementEpoch();
94 incrementEpoch();
472 incrementEpoch();
624 this->incrementEpoch();
625 RHS.incrementEpoch();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
EpochTracker.h 42 /// Calling incrementEpoch invalidates all handles pointing into the
44 void incrementEpoch() { ++Epoch; }
46 /// The destructor calls incrementEpoch to make use-after-free bugs
48 ~DebugEpochBase() { incrementEpoch(); }
55 /// the routines modifying the data structure to call incrementEpoch when they
69 /// not called incrementEpoch on itself since the creation of this
84 void incrementEpoch() {}
SmallPtrSet.h 96 incrementEpoch();
143 incrementEpoch();
150 incrementEpoch();
DenseMap.h 102 incrementEpoch();
108 incrementEpoch();
532 incrementEpoch();
685 this->incrementEpoch();
686 RHS.incrementEpoch();
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
EpochTracker.h 43 /// \brief Calling incrementEpoch invalidates all handles pointing into the
45 void incrementEpoch() { ++Epoch; }
47 /// \brief The destructor calls incrementEpoch to make use-after-free bugs
49 ~DebugEpochBase() { incrementEpoch(); }
56 /// the routines modifying the data structure to call incrementEpoch when they
70 /// not called incrementEpoch on itself since the creation of this
85 void incrementEpoch() {}
DenseMap.h 89 incrementEpoch();
95 incrementEpoch();
470 incrementEpoch();
622 this->incrementEpoch();
623 RHS.incrementEpoch();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
SmallPtrSet.cpp 62 incrementEpoch();

Completed in 580 milliseconds