HomeSort by relevance Sort by last modified time
    Searched refs:incrementEpoch (Results 1 - 2 of 2) 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 86 incrementEpoch();
92 incrementEpoch();
427 incrementEpoch();
579 this->incrementEpoch();
580 RHS.incrementEpoch();
    [all...]

Completed in 476 milliseconds