Searched refs:handle_overflow (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/lib/ |
| D | ubsan.c | 166 static void handle_overflow(struct overflow_data *data, unsigned long lhs, in handle_overflow() function 198 handle_overflow(data, lhs, rhs, '+'); in __ubsan_handle_add_overflow() 206 handle_overflow(data, lhs, rhs, '-'); in __ubsan_handle_sub_overflow() 214 handle_overflow(data, lhs, rhs, '*'); in __ubsan_handle_mul_overflow()
|