Home
last modified time | relevance | path

Searched defs:symbol_op (Results 1 – 1 of 1) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
Dsymbol.h122 struct symbol_op { struct
123 enum keyword type;
124 int (*evaluate)(struct expression *);
125 int (*expand)(struct expression *, int);
126 int (*args)(struct expression *);
127 struct pseudo *(*linearize)(struct entrypoint *, struct expression *);
130 struct token *(*declarator)(struct token *token, struct symbol *, struct decl_state *ctx);
131 struct token *(*statement)(struct token *token, struct statement *stmt);
132 struct token *(*toplevel)(struct token *token, struct symbol_list **list);
133 struct token *(*attribute)(struct token *token, struct symbol *attr, struct decl_state *ctx);
[all …]