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_to_string
Proto:static void val_to_string(char *str, size_t size, struct type_descriptor *type, void *value)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
char * | str | |
size_t | size | |
struct type_descriptor * | type | |
void * | value |
120 | If type_is_int(type) Then |
121 | If type_bit_width(type) == 128 Then |
131 | WARN_ON(1) |
133 | Else if type_is_signed(type) Then |
136 | Else |
Name | Describe |
---|---|
handle_overflow | |
__ubsan_handle_negate_overflow | |
__ubsan_handle_divrem_overflow | |
__ubsan_handle_out_of_bounds | |
__ubsan_handle_shift_out_of_bounds | |
__ubsan_handle_load_invalid_value |
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 |