函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\ubsan.c Create Date:2022-07-27 08:21:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:is_inline_int

函数原型:static bool is_inline_int(struct type_descriptor *type)

返回类型:bool

参数:

类型参数名称
struct type_descriptor *type
78  inline_bits等于sizeof(unsignedlong)乘8
79  bits等于type_bit_width(type)
81  WARN_ON(!type_is_int(type))
83  返回:bits小于等于inline_bits
调用者
名称描述
get_signed_val
get_unsigned_val