Searched defs:check_arg (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
H A D | nsan.cpp | 549 float value, double shadow, int32_t check_type, uptr check_arg) { in __nsan_internal_check_float_d() 554 double value, long double shadow, int32_t check_type, uptr check_arg) { in __nsan_internal_check_double_l() 559 double value, __float128 shadow, int32_t check_type, uptr check_arg) { in __nsan_internal_check_double_q() 565 int32_t check_type, uptr check_arg) { in __nsan_internal_check_longdouble_q()
|