Function report |
Source Code:kernel\trace\trace_events_filter.c |
Create Date:2022-07-28 12:23:46 |
Last Modify:2022-05-22 20:19:57 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Called after a '!' character but "!=" and "!~" are not "not"s
Proto:static bool is_not(const char *str)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | str |
86 | Case str[1] == '=' |
87 | Case str[1] == '~' |
88 | Return false |
90 | Return true |
Name | Describe |
---|---|
predicate_parse | Without going into a formal proof, this explains the method that is used in* parsing the logical expressions |
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 |