Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dnsan_interface.h68 void __nsan_check_double(double value);
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp724 __nsan_check_double(double value) { in __nsan_check_double() function
725 assert(__nsan_shadow_args_tag == (uptr)&__nsan_check_double && in __nsan_check_double()