Searched defs:symbol_op (Results 1 – 1 of 1) sorted by relevance
116 struct symbol_op { struct117 enum keyword type;118 int (*evaluate)(struct expression *);119 int (*expand)(struct expression *, int);120 int (*args)(struct expression *);123 struct token *(*declarator)(struct token *token, struct decl_state *ctx);124 struct token *(*statement)(struct token *token, struct statement *stmt);125 struct token *(*toplevel)(struct token *token, struct symbol_list **list);126 struct token *(*attribute)(struct token *token, struct symbol *attr, struct decl_state *ctx);127 struct symbol *(*to_mode)(struct symbol *);[all …]