Function report |
Source Code:lib\ubsan.c |
Create Date:2022-07-28 07:22:20 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:is_inline_int
Proto:static bool is_inline_int(struct type_descriptor *type)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct type_descriptor * | type |
78 | inline_bits = sizeof(unsignedlong) * 8 |
79 | bits = type_bit_width(type) |
81 | WARN_ON(!type_is_int(type)) |
83 | Return bits <= inline_bits |
Name | Describe |
---|---|
get_signed_val | |
get_unsigned_val |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |