Searched refs:ubsan_shift_desc (Results 1 – 2 of 2) sorted by relevance
64 struct ubsan_shift_desc { struct165 struct ubsan_shift_desc *shift;233 void __ubsan_handle_shift_out_of_bounds(struct ubsan_shift_desc *, uint64_t lhs, uint64_t rhs);234 void __ubsan_handle_shift_out_of_bounds_abort(struct ubsan_shift_desc *, uint64_t lhs, uint64_t rhs…
625 __ubsan_handle_shift_out_of_bounds(struct ubsan_shift_desc *desc, uint64_t lhs, uint64_t rhs) in __ubsan_handle_shift_out_of_bounds()632 __ubsan_handle_shift_out_of_bounds_abort(struct ubsan_shift_desc *desc, uint64_t lhs, uint64_t rhs) in __ubsan_handle_shift_out_of_bounds_abort()