Home
last modified time | relevance | path

Searched refs:__msan_check_mem_is_initialized (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
HDmsan_interface.h67 void SANITIZER_CDECL __msan_check_mem_is_initialized(const volatile void *x,
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_interface_internal.h103 void __msan_check_mem_is_initialized(const void *x, uptr size);
HDmsan.cpp562 void __msan_check_mem_is_initialized(const void *x, uptr size) { in __msan_check_mem_is_initialized() function
/freebsd-14-stable/contrib/libfido2/fuzz/
HDmutator_aux.c34 __msan_check_mem_is_initialized(body, len); in consume()