Searched refs:usage_t (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | dissect.c | 52 typedef unsigned usage_t; typedef 62 *do_expression(usage_t mode, struct expression *expr), 63 *do_statement(usage_t mode, struct statement *stmt); 70 static inline usage_t u_rval(usage_t mode) in u_rval() 76 static inline usage_t u_addr(usage_t mode) in u_addr() 82 static usage_t u_lval(struct symbol *type) in u_lval() 89 static usage_t fix_mode(struct symbol *type, usage_t mode) in fix_mode() 133 static struct symbol *report_member(usage_t mode, struct position *pos, in report_member() 144 static void report_implicit(usage_t mode, struct position *pos, struct symbol *type) in report_implicit() 179 static struct symbol *report_symbol(usage_t mode, struct expression *expr) in report_symbol() [all …]
|
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | ri_init.c | 111 } usage_t; typedef 119 usage_t *usage; 2029 usage_t *new_usage; in add_usage() 2038 size = (entry->n_usage + 1) * sizeof (usage_t); in add_usage() 2039 new_usage = (usage_t *)realloc(entry->usage, size); in add_usage()
|