Home
last modified time | relevance | path

Searched refs:val_is_negative (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dubsan.c94 static bool val_is_negative(struct type_descriptor *type, void *val) in val_is_negative() function
368 if (val_is_negative(rhs_type, rhs)) in __ubsan_handle_shift_out_of_bounds()
377 else if (val_is_negative(lhs_type, lhs)) in __ubsan_handle_shift_out_of_bounds()
/kernel/linux/linux-6.6/lib/
H A Dubsan.c161 static bool val_is_negative(struct type_descriptor *type, void *val) in val_is_negative() function
369 if (val_is_negative(rhs_type, rhs)) in __ubsan_handle_shift_out_of_bounds()
378 else if (val_is_negative(lhs_type, lhs)) in __ubsan_handle_shift_out_of_bounds()

Completed in 2 milliseconds