Home
last modified time | relevance | path

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

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