Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_update_shadow_word.inc48 if (Shadow::TwoRangesIntersect(old, cur, kAccessSize)) {
H A Dtsan_shadow.h148 static ALWAYS_INLINE bool TwoRangesIntersect(Shadow s1, Shadow s2, in TwoRangesIntersect() function