Searched refs:__asan_address_is_poisoned (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dasan_interface.h88 int __asan_address_is_poisoned(void const volatile *addr);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interface_internal.h121 int __asan_address_is_poisoned(void const volatile *addr);
H A Dasan_poisoning.cpp177 int __asan_address_is_poisoned(void const volatile *addr) { function
H A Dasan_rtl.cpp287 case 30: __asan_address_is_poisoned(nullptr); break;

Completed in 65 milliseconds