Searched defs:incrementEpoch (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DEpochTracker.h29 void incrementEpoch() {} function in class:llvm::DebugEpochBase
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

Completed in 79 milliseconds