Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dubsan.c239 static void handle_overflow(struct overflow_data *data, void *lhs, in handle_overflow() function
269 handle_overflow(data, lhs, rhs, '+'); in __ubsan_handle_add_overflow()
276 handle_overflow(data, lhs, rhs, '-'); in __ubsan_handle_sub_overflow()
283 handle_overflow(data, lhs, rhs, '*'); in __ubsan_handle_mul_overflow()