Function report |
Source Code:lib\ubsan.c |
Create Date:2022-07-28 07:22:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__ubsan_handle_out_of_bounds
Proto:void __ubsan_handle_out_of_bounds(struct out_of_bounds_data *data, void *index)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct out_of_bounds_data * | data | |
void * | index |
343 | If suppress_report( & location) Then Return |
346 | ubsan_prologue( & location) |
348 | val_to_string(index_str, size of index_str , index_type, index) |
351 | ubsan_epilogue() |
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 |