Searched refs:check_arg (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/nsan/ |
| H A D | nsan.cpp | 601 float value, double shadow, int32_t check_type, uptr check_arg) { in __nsan_internal_check_float_d() argument 602 return checkFT(value, shadow, static_cast<CheckTypeT>(check_type), check_arg); in __nsan_internal_check_float_d() 606 double value, long double shadow, int32_t check_type, uptr check_arg) { in __nsan_internal_check_double_l() argument 607 return checkFT(value, shadow, static_cast<CheckTypeT>(check_type), check_arg); in __nsan_internal_check_double_l() 611 double value, __float128 shadow, int32_t check_type, uptr check_arg) { in __nsan_internal_check_double_q() argument 612 return checkFT(value, shadow, static_cast<CheckTypeT>(check_type), check_arg); in __nsan_internal_check_double_q() 617 int32_t check_type, uptr check_arg) { in __nsan_internal_check_longdouble_q() argument 618 return checkFT(value, shadow, static_cast<CheckTypeT>(check_type), check_arg); in __nsan_internal_check_longdouble_q()
|