Searched defs:symbol_op (Results 1 – 1 of 1) sorted by relevance
122 struct symbol_op { struct123 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 …]