Lines Matching defs:symbol
32 #include "symbol.h"
152 struct symbol *type;
165 struct symbol *ctype;
190 struct symbol *symbol;
214 struct symbol *cast_type;
229 struct symbol *label_symbol;
237 struct symbol *field;
252 struct symbol *in;
297 extern int expand_symbol(struct symbol *);
320 struct token *typename(struct token *, struct symbol **, int *);
325 struct symbol *sym = lookup_symbol(token->ident, NS_SYMBOL | NS_TYPEDEF);
340 void cast_value(struct expression *expr, struct symbol *newtype,
341 struct expression *old, struct symbol *oldtype);