Home
last modified time | relevance | path

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

/lib/
Dubsan.c161 static void handle_overflow(struct overflow_data *data, void *lhs, in handle_overflow() function
191 handle_overflow(data, lhs, rhs, '+'); in __ubsan_handle_add_overflow()
198 handle_overflow(data, lhs, rhs, '-'); in __ubsan_handle_sub_overflow()
205 handle_overflow(data, lhs, rhs, '*'); in __ubsan_handle_mul_overflow()