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

References

projects/compiler-rt/lib/tsan/rtl/tsan_rtl.cpp
  312       for (int x = -(int)kShadowCell; x <= (int)kShadowCell; x += kShadowCell) {
  312       for (int x = -(int)kShadowCell; x <= (int)kShadowCell; x += kShadowCell) {
  313         const uptr p = RoundDown(p0 + x, kShadowCell);