Lines Matching +defs:mode +defs:name
71 static inline usage_t u_rval(usage_t mode) in u_rval()
77 static inline usage_t u_addr(usage_t mode) in u_addr()
90 static usage_t fix_mode(struct symbol *type, usage_t mode) in fix_mode()
122 static struct symbol *report_member(usage_t mode, struct position *pos, in report_member()
133 static void report_implicit(usage_t mode, struct position *pos, struct symbol *type) in report_implicit()
165 static struct symbol *report_symbol(usage_t mode, struct expression *expr) in report_symbol()
181 char name[256]; in deanon() local
204 struct ident *name = node->ident; in examine_sym_node() local
269 static struct symbol *__lookup_member(struct symbol *type, struct ident *name, int *p_addr) in __lookup_member()
296 static struct symbol *lookup_member(struct symbol *type, struct ident *name, int *addr) in lookup_member()
333 static struct symbol *do_expression(usage_t mode, struct expression *expr) in do_expression()
492 static void do_asm_xputs(usage_t mode, struct asm_operand_list *xputs) in do_asm_xputs()
497 static struct symbol *do_statement(usage_t mode, struct statement *stmt) in do_statement()