Lines Matching refs:rhs
119 void __ubsan_handle_add_overflow(void *data_, void *lhs, void *rhs);
120 void __ubsan_handle_sub_overflow(void *data_, void *lhs, void *rhs);
121 void __ubsan_handle_mul_overflow(void *data_, void *lhs, void *rhs);
123 void __ubsan_handle_divrem_overflow(void *data_, void *lhs, void *rhs);
124 void __ubsan_handle_pointer_overflow(void *data_, void *lhs, void *rhs);
125 void __ubsan_handle_shift_out_of_bounds(void *data_, void *lhs, void *rhs);
173 void *rhs __unused) in __ubsan_handle_add_overflow()
181 void *rhs __unused) in __ubsan_handle_sub_overflow()
189 void *rhs __unused) in __ubsan_handle_mul_overflow()
204 void *rhs __unused) in __ubsan_handle_divrem_overflow()
212 void *rhs __unused) in __ubsan_handle_pointer_overflow()
220 void *rhs __unused) in __ubsan_handle_shift_out_of_bounds()