Lines Matching defs:usage_t
52 typedef unsigned usage_t;
63 *do_expression(usage_t mode, struct expression *expr),
64 *do_statement(usage_t mode, struct statement *stmt);
71 static inline usage_t u_rval(usage_t mode)
77 static inline usage_t u_addr(usage_t mode)
83 static usage_t u_lval(struct symbol *type)
90 static usage_t fix_mode(struct symbol *type, usage_t mode)
122 static struct symbol *report_member(usage_t mode, struct position *pos,
133 static void report_implicit(usage_t mode, struct position *pos, struct symbol *type)
165 static struct symbol *report_symbol(usage_t mode, struct expression *expr)
333 static struct symbol *do_expression(usage_t mode, struct expression *expr)
449 usage_t p_mode;
492 static void do_asm_xputs(usage_t mode, struct asm_operand_list *xputs)
497 static struct symbol *do_statement(usage_t mode, struct statement *stmt)