HomeSort by relevance Sort by last modified time
    Searched refs:__msan_check_mem_is_initialized (Results 1 - 9 of 9) sorted by null

  /external/compiler-rt/test/msan/
msan_check_mem_is_initialized.cc 14 __msan_check_mem_is_initialized(p, 10);
15 __msan_check_mem_is_initialized(p + 12, 30);
17 __msan_check_mem_is_initialized(p + 5, 20);
18 // CHECK: Uninitialized bytes in __msan_check_mem_is_initialized at offset 5 inside [0x{{.*}}, 20)
check_mem_is_initialized.cc 25 __msan_check_mem_is_initialized(p, sizeof(*p));
mul_by_const.cc 18 __msan_check_mem_is_initialized(&x, sizeof(x));
strxfrm.cc 13 __msan_check_mem_is_initialized(q, n + 1);
obstack.cc 29 __msan_check_mem_is_initialized(p, sizeof(data));
30 __msan_check_mem_is_initialized(p, sizeof(data) + 1);
  /external/compiler-rt/include/sanitizer/
msan_interface.h 55 void __msan_check_mem_is_initialized(const volatile void *x, size_t size);
  /external/compiler-rt/test/sanitizer_common/TestCases/Linux/
open_memstream.cc 16 __msan_check_mem_is_initialized(p, s);
  /external/compiler-rt/lib/msan/
msan_interface_internal.h 86 void __msan_check_mem_is_initialized(const void *x, uptr size);
msan.cc 475 void __msan_check_mem_is_initialized(const void *x, uptr size) { function

Completed in 249 milliseconds