Home
last modified time | relevance | path

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

/lib/
Dubsan.c161 static void handle_overflow(struct overflow_data *data, void *lhs, in handle_overflow() argument
174 val_to_string(lhs_val_str, sizeof(lhs_val_str), type, lhs); in handle_overflow()
188 void *lhs, void *rhs) in __ubsan_handle_add_overflow() argument
191 handle_overflow(data, lhs, rhs, '+'); in __ubsan_handle_add_overflow()
196 void *lhs, void *rhs) in __ubsan_handle_sub_overflow() argument
198 handle_overflow(data, lhs, rhs, '-'); in __ubsan_handle_sub_overflow()
203 void *lhs, void *rhs) in __ubsan_handle_mul_overflow() argument
205 handle_overflow(data, lhs, rhs, '*'); in __ubsan_handle_mul_overflow()
230 void *lhs, void *rhs) in __ubsan_handle_divrem_overflow() argument
356 void *lhs, void *rhs) in __ubsan_handle_shift_out_of_bounds() argument
[all …]