Searched refs:mem_is_zero (Results 1 – 6 of 6) sorted by relevance
41 TEST(SanitizerCommon, mem_is_zero) { in TEST() argument51 EXPECT_FALSE(__sanitizer::mem_is_zero(x + beg, end - beg)); in TEST()53 EXPECT_TRUE(__sanitizer::mem_is_zero(x + beg, end - beg)); in TEST()
59 bool mem_is_zero(const char *mem, uptr size);
273 bool mem_is_zero(const char *beg, uptr size) { in mem_is_zero() function
195 __sanitizer::mem_is_zero((const char *)shadow_beg, in __asan_region_is_poisoned()
532 if (__sanitizer::mem_is_zero((const char *)s, size)) in __msan_test_shadow()
466 if (!mem_is_zero((const char *)beg, end - beg)) in WriteZeroShadowInRange()