Home
last modified time | relevance | path

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

/xnu-8019.80.24/san/memory/
H A Dubsan.c412 struct ubsan_float_desc *data = v->flt; in format_float_cast_overflow()
764 ubsan_violation_t v = { UBSAN_FLOAT_CAST_OVERFLOW, value, 0, .flt = desc, &desc->loc }; in __ubsan_handle_float_cast_overflow()
771 ubsan_violation_t v = { UBSAN_FLOAT_CAST_OVERFLOW, value, 0, .flt = desc, &desc->loc }; in __ubsan_handle_float_cast_overflow_abort()
H A Dubsan.h173 struct ubsan_float_desc *flt; member