Searched refs:rhs_ (Results 1 – 1 of 1) sorted by relevance
/hal_espressif-3.7.0/components/esp_system/ |
D | ubsan.c | 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 [all …]
|