reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/tsan/rtl/tsan_clock.cpp
  486   Iter old_iter(&old);
projects/compiler-rt/lib/tsan/rtl/tsan_clock.h
   45     Iter& operator++();
   46     bool operator!=(const Iter& other);
   59   Iter begin();
   60   Iter end();
  188 ALWAYS_INLINE SyncClock::Iter SyncClock::begin() {
  192 ALWAYS_INLINE SyncClock::Iter SyncClock::end() {
  209 ALWAYS_INLINE SyncClock::Iter& SyncClock::Iter::operator++() {
  216 ALWAYS_INLINE bool SyncClock::Iter::operator!=(const SyncClock::Iter& other) {