Lines Matching refs:symbol
28 #include "symbol.h"
60 struct symbol *ret_target;
69 struct symbol *ret;
70 struct symbol *inline_fn;
74 struct symbol *label_identifier;
82 struct symbol *case_label;
87 struct symbol *switch_break, *switch_case;
90 struct symbol *iterator_break;
91 struct symbol *iterator_continue;
102 struct symbol *goto_label;
127 extern struct symbol *label_symbol(struct token *token, int used);
128 extern void check_label_usage(struct symbol *label, struct position use_pos);
134 typedef void (*validate_decl_t)(struct symbol *decl);
137 extern struct symbol *ctype_integer(int size, int want_unsigned);
139 extern int inline_function(struct expression *expr, struct symbol *sym);
140 extern void uninline(struct symbol *sym);