Function report |
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 activity | Download SCCT | Chinese |
Name:val_is_negative
Proto:static bool val_is_negative(struct type_descriptor *type, void *val)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct type_descriptor * | type | |
void * | val |
103 | Return type_is_signed(type) && get_signed_val(type, val) < 0 |
Name | Describe |
---|---|
__ubsan_handle_shift_out_of_bounds |
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 |