Home
last modified time | relevance | path

Searched refs:TwoRangesIntersect (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_update_shadow_word_inl.h50 if (Shadow::TwoRangesIntersect(old, cur, kAccessSize)) {
H A Dtsan_rtl.h245 static ALWAYS_INLINE bool TwoRangesIntersect(Shadow s1, Shadow s2, in TwoRangesIntersect() function