Home
last modified time | relevance | path

Searched defs:mem_is_zero (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cpp41 TEST(SanitizerCommon, mem_is_zero) { in TEST() argument
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libc.cpp298 bool mem_is_zero(const char *beg, uptr size) { in mem_is_zero() function