reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
651 u64 store_word = cur.raw(); 701 StoreShadow(shadow_mem + (cur.epoch() % kShadowCnt), store_word); 705 HandleRace(thr, shadow_mem, cur, old);projects/compiler-rt/lib/tsan/rtl/tsan_update_shadow_word_inl.h
29 if (LIKELY(Shadow::Addr0AndSizeAreEqual(cur, old))) { 32 if (LIKELY(Shadow::TidsAreEqual(old, cur))) { 53 if (Shadow::TwoRangesIntersect(old, cur, kAccessSize)) { 55 if (Shadow::TidsAreEqual(old, cur)) {