Home
last modified time | relevance | path

Searched refs:__msan_test_shadow (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dmsan_interface.h62 intptr_t SANITIZER_CDECL __msan_test_shadow(const volatile void *x,
/freebsd/sys/contrib/zstd/lib/common/
H A Dcompiler.h294 intptr_t __msan_test_shadow(const volatile void *x, size_t size);
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interface_internal.h100 sptr __msan_test_shadow(const void *x, uptr size);
H A Dmsan.cpp541 sptr __msan_test_shadow(const void *x, uptr size) { in __msan_test_shadow() function
555 sptr offset = __msan_test_shadow(x, size); in __msan_check_mem_is_initialized()
H A Dmsan_interceptors.cpp95 sptr __offset = __msan_test_shadow(x, n); \
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dmem.h74 intptr_t __msan_test_shadow(const volatile void *x, size_t size);
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_cwksp.h354 assert(__msan_test_shadow(ws->objectEnd, size) == -1); in ZSTD_cwksp_mark_tables_dirty()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_cwksp.h473 assert(__msan_test_shadow(ws->objectEnd, size) == -1); in ZSTD_cwksp_mark_tables_dirty()