Searched refs:TwoRangesIntersect (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_update_shadow_word_inl.h | 50 if (Shadow::TwoRangesIntersect(old, cur, kAccessSize)) {
|
| H A D | tsan_rtl.h | 245 static ALWAYS_INLINE bool TwoRangesIntersect(Shadow s1, Shadow s2, in TwoRangesIntersect() function
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_update_shadow_word_inl.h | 48 if (Shadow::TwoRangesIntersect(old, cur, kAccessSize)) {
|
| H A D | tsan_rtl.h | 241 static ALWAYS_INLINE bool TwoRangesIntersect(Shadow s1, Shadow s2, in TwoRangesIntersect() function
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_update_shadow_word.inc | 48 if (Shadow::TwoRangesIntersect(old, cur, kAccessSize)) {
|
| H A D | tsan_shadow.h | 147 static ALWAYS_INLINE bool TwoRangesIntersect(Shadow s1, Shadow s2, in TwoRangesIntersect() function
|