Symbol: storage_hash
usr/src/tools/smatch/src/example.c
1524
struct storage_hash *in;
usr/src/tools/smatch/src/example.c
1583
struct storage_hash *hash;
usr/src/tools/smatch/src/example.c
1644
struct storage_hash *entry;
usr/src/tools/smatch/src/example.c
1684
struct storage_hash *entry;
usr/src/tools/smatch/src/example.c
1752
struct storage_hash *entry;
usr/src/tools/smatch/src/example.c
210
static struct storage_hash *find_storage_hash(pseudo_t pseudo, struct storage_hash_list *list)
usr/src/tools/smatch/src/example.c
212
struct storage_hash *entry;
usr/src/tools/smatch/src/example.c
220
static struct storage_hash *find_or_create_hash(pseudo_t pseudo, struct storage_hash_list **listp)
usr/src/tools/smatch/src/example.c
222
struct storage_hash *entry;
usr/src/tools/smatch/src/example.c
327
struct storage_hash *in;
usr/src/tools/smatch/src/example.c
347
struct storage_hash *out;
usr/src/tools/smatch/src/example.c
401
static struct storage_hash *find_pseudo_storage(struct bb_state *state, pseudo_t pseudo, struct hardreg *reg)
usr/src/tools/smatch/src/example.c
403
struct storage_hash *src;
usr/src/tools/smatch/src/example.c
463
struct storage_hash *dst;
usr/src/tools/smatch/src/example.c
585
struct storage_hash *src;
usr/src/tools/smatch/src/example.c
737
struct storage_hash *hash;
usr/src/tools/smatch/src/example.c
959
struct storage_hash *src;
usr/src/tools/smatch/src/storage.c
102
struct storage_hash_list **listp = storage_hash_table + storage_hash(bb,pseudo,inout);
usr/src/tools/smatch/src/storage.c
103
struct storage_hash *hash = alloc_storage_hash(storage);
usr/src/tools/smatch/src/storage.c
115
const struct storage_hash *a = _a;
usr/src/tools/smatch/src/storage.c
116
const struct storage_hash *b = _b;
usr/src/tools/smatch/src/storage.c
133
struct storage_hash *entry, *last;
usr/src/tools/smatch/src/storage.c
19
ALLOCATOR(storage_hash, "storage hash");
usr/src/tools/smatch/src/storage.c
33
const struct storage_hash *a = _a;
usr/src/tools/smatch/src/storage.c
34
const struct storage_hash *b = _b;
usr/src/tools/smatch/src/storage.c
48
struct storage_hash *entry, *prev;
usr/src/tools/smatch/src/storage.c
52
struct storage_hash *hash;
usr/src/tools/smatch/src/storage.c
78
struct storage_hash *hash;
usr/src/tools/smatch/src/storage.c
90
struct storage_hash_list *list = storage_hash_table[storage_hash(bb,pseudo,inout)];
usr/src/tools/smatch/src/storage.c
91
struct storage_hash *hash;
usr/src/tools/smatch/src/storage.h
52
DECLARE_PTR_LIST(storage_hash_list, struct storage_hash);
usr/src/tools/smatch/src/storage.h
62
DECLARE_ALLOCATOR(storage_hash);
usr/src/tools/smatch/src/storage.h
69
static inline struct storage_hash *alloc_storage_hash(struct storage *s)
usr/src/tools/smatch/src/storage.h
71
struct storage_hash *entry = __alloc_storage_hash(0);