reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
159 for (ClockElem &src_elem : *src) { 217 for (ClockElem &ce : *dst) { 284 for (ClockElem &ce : *dst) { 487 for (ClockElem &ce : *this) { 513 ALWAYS_INLINE ClockElem &SyncClock::elem(unsigned tid) const {projects/compiler-rt/lib/tsan/rtl/tsan_clock.h
47 ClockElem &operator*(); 52 ClockElem *pos_; 53 ClockElem *end_; 120 ClockElem &elem(unsigned tid) const; 220 ALWAYS_INLINE ClockElem &SyncClock::Iter::operator*() {projects/compiler-rt/lib/tsan/rtl/tsan_defs.h
51 static const uptr kClockCount = kSize / sizeof(ClockElem); 57 ClockElem clock[kClockCount];