Lines Matching refs:rhs_
123 void __ubsan_handle_add_overflow(void *data_, void *lhs_, void *rhs_);
124 void __ubsan_handle_sub_overflow(void *data_, void *lhs_, void *rhs_);
125 void __ubsan_handle_mul_overflow(void *data_, void *lhs_, void *rhs_);
127 void __ubsan_handle_divrem_overflow(void *data_, void *lhs_, void *rhs_);
128 void __ubsan_handle_shift_out_of_bounds(void *data_, void *lhs_, void *rhs_);
187 void *rhs_) in __ubsan_handle_add_overflow() argument
196 void *rhs_) in __ubsan_handle_sub_overflow() argument
205 void *rhs_) in __ubsan_handle_mul_overflow() argument
222 void *rhs_) in __ubsan_handle_divrem_overflow() argument
231 void *rhs_) in __ubsan_handle_shift_out_of_bounds() argument
234 unsigned int rhs = (unsigned int)rhs_; in __ubsan_handle_shift_out_of_bounds()