Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dubsan.c165 static void handle_overflow(struct overflow_data *data, void *lhs, in handle_overflow() function
196 handle_overflow(data, lhs, rhs, '+'); in __ubsan_handle_add_overflow()
203 handle_overflow(data, lhs, rhs, '-'); in __ubsan_handle_sub_overflow()
210 handle_overflow(data, lhs, rhs, '*'); in __ubsan_handle_mul_overflow()