Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\ubsan.c Create Date:2022-07-28 07:22:21
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:val_is_negative

Proto:static bool val_is_negative(struct type_descriptor *type, void *val)

Type:bool

Parameter:

TypeParameterName
struct type_descriptor *type
void *val
103  Return type_is_signed(type) && get_signed_val(type, val) < 0
Caller
NameDescribe
__ubsan_handle_shift_out_of_bounds