Home
last modified time | relevance | path

Searched refs:__nsan_check_float (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnsan_interface.h67 void __nsan_check_float(float value);
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp769 extern "C" SANITIZER_INTERFACE_ATTRIBUTE void __nsan_check_float(float value) { in __nsan_check_float() function
770 assert(__nsan_shadow_args_tag == (uptr)&__nsan_check_float && in __nsan_check_float()