Searched refs:mem_is_zero (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_libc.h57 bool mem_is_zero(const char *mem, uptr size);
H A Dsanitizer_libc.cc261 bool mem_is_zero(const char *beg, uptr size) { function in namespace:__sanitizer
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libc.h55 bool mem_is_zero(const char *mem, uptr size);
H A Dsanitizer_libc.cc259 bool mem_is_zero(const char *beg, uptr size) { function in namespace:__sanitizer
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_libc.h59 bool mem_is_zero(const char *mem, uptr size);
H A Dsanitizer_libc.cpp273 bool mem_is_zero(const char *beg, uptr size) { function in namespace:__sanitizer
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cc41 TEST(SanitizerCommon, mem_is_zero) {
51 EXPECT_FALSE(__sanitizer::mem_is_zero(x + beg, end - beg));
53 EXPECT_TRUE(__sanitizer::mem_is_zero(x + beg, end - beg));
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_poisoning.cc201 // mem_is_zero on the corresponding shadow.
205 __sanitizer::mem_is_zero((const char *)shadow_beg,
213 UNREACHABLE("mem_is_zero returned false, but poisoned byte was not found");
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_poisoning.cc199 // mem_is_zero on the corresponding shadow.
203 __sanitizer::mem_is_zero((const char *)shadow_beg,
211 UNREACHABLE("mem_is_zero returned false, but poisoned byte was not found");
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_poisoning.cpp190 // mem_is_zero on the corresponding shadow.
193 __sanitizer::mem_is_zero((const char *)shadow_beg,
201 UNREACHABLE("mem_is_zero returned false, but poisoned byte was not found");

Completed in 116 milliseconds