Home
last modified time | relevance | path

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

/xnu-10002.41.9/san/memory/
H A Dubsan.c417 struct ubsan_float_desc *data = v->flt; in format_float_cast_overflow()
769 ubsan_violation_t v = { UBSAN_FLOAT_CAST_OVERFLOW, value, 0, .flt = desc, &desc->loc }; in __ubsan_handle_float_cast_overflow()
776 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