Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/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
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_update_shadow_word_inl.h48 if (Shadow::TwoRangesIntersect(old, cur, kAccessSize)) {
H A Dtsan_rtl.h241 static ALWAYS_INLINE bool TwoRangesIntersect(Shadow s1, Shadow s2, in TwoRangesIntersect() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_update_shadow_word.inc48 if (Shadow::TwoRangesIntersect(old, cur, kAccessSize)) {
H A Dtsan_shadow.h147 static ALWAYS_INLINE bool TwoRangesIntersect(Shadow s1, Shadow s2, in TwoRangesIntersect() function