D | ubsan.c | 191 value_handle_t lhs, in handle_overflow() argument 205 render_val(rendered_lhs, sizeof(rendered_lhs), type, lhs); in handle_overflow() 220 value_handle_t lhs, in UBSAN_HANDLER() argument 222 handle_overflow(data, lhs, rhs, "+"); in UBSAN_HANDLER() 227 value_handle_t lhs, in UBSAN_HANDLER() argument 229 handle_overflow(data, lhs, rhs, "-"); in UBSAN_HANDLER() 234 value_handle_t lhs, in UBSAN_HANDLER() argument 236 handle_overflow(data, lhs, rhs, "*"); in UBSAN_HANDLER() 241 value_handle_t lhs, in UBSAN_HANDLER() argument 243 handle_overflow(data, lhs, rhs, "/%"); in UBSAN_HANDLER() [all …]
|