Symbol: ALLOCATOR
usr/src/tools/smatch/src/allocate.c
140
ALLOCATOR(ident, "identifiers");
usr/src/tools/smatch/src/allocate.c
141
ALLOCATOR(token, "tokens");
usr/src/tools/smatch/src/allocate.c
142
ALLOCATOR(context, "contexts");
usr/src/tools/smatch/src/allocate.c
143
ALLOCATOR(symbol, "symbols");
usr/src/tools/smatch/src/allocate.c
144
ALLOCATOR(expression, "expressions");
usr/src/tools/smatch/src/allocate.c
145
ALLOCATOR(statement, "statements");
usr/src/tools/smatch/src/allocate.c
146
ALLOCATOR(string, "strings");
usr/src/tools/smatch/src/allocate.c
147
ALLOCATOR(scope, "scopes");
usr/src/tools/smatch/src/allocate.c
149
ALLOCATOR(basic_block, "basic_block");
usr/src/tools/smatch/src/allocate.c
150
ALLOCATOR(entrypoint, "entrypoint");
usr/src/tools/smatch/src/allocate.c
151
ALLOCATOR(instruction, "instruction");
usr/src/tools/smatch/src/allocate.c
152
ALLOCATOR(multijmp, "multijmp");
usr/src/tools/smatch/src/allocate.c
153
ALLOCATOR(pseudo, "pseudo");
usr/src/tools/smatch/src/check_unused_ret.c
56
ALLOCATOR(assignment, "assignment id");
usr/src/tools/smatch/src/linearize.c
2075
ALLOCATOR(asm_rules, "asm rules");
usr/src/tools/smatch/src/linearize.c
2076
ALLOCATOR(asm_constraint, "asm constraints");
usr/src/tools/smatch/src/linearize.c
43
ALLOCATOR(pseudo_user, "pseudo_user");
usr/src/tools/smatch/src/ptrmap.c
43
ALLOCATOR(ptrmap, "ptrmap");
usr/src/tools/smatch/src/smatch_bits.c
33
ALLOCATOR(bit_info, "bit data");
usr/src/tools/smatch/src/smatch_comparison.c
46
ALLOCATOR(compare_data, "compare data");
usr/src/tools/smatch/src/smatch_constraints.c
50
ALLOCATOR(constraint, "constraints");
usr/src/tools/smatch/src/smatch_db.c
42
ALLOCATOR(def_callback, "definition db hook callbacks");
usr/src/tools/smatch/src/smatch_db.c
50
ALLOCATOR(member_info_callback, "caller_info callbacks");
usr/src/tools/smatch/src/smatch_db.c
58
ALLOCATOR(returned_state_callback, "returned state callbacks");
usr/src/tools/smatch/src/smatch_db.c
66
ALLOCATOR(returned_member_callback, "returned member callbacks");
usr/src/tools/smatch/src/smatch_db.c
74
ALLOCATOR(db_implies_callback, "return_implies callbacks");
usr/src/tools/smatch/src/smatch_equiv.c
34
ALLOCATOR(relation, "related variables");
usr/src/tools/smatch/src/smatch_function_hooks.c
47
ALLOCATOR(fcall_back, "call backs");
usr/src/tools/smatch/src/smatch_function_hooks.c
66
ALLOCATOR(return_implies_callback, "return_implies callbacks");
usr/src/tools/smatch/src/smatch_hooks.c
33
ALLOCATOR(hook_container, "hook functions");
usr/src/tools/smatch/src/smatch_hooks.c
90
ALLOCATOR(scope_container, "scope hook functions");
usr/src/tools/smatch/src/smatch_modification_hooks.c
46
ALLOCATOR(modification_data, "modification data");
usr/src/tools/smatch/src/smatch_mtag.c
122
sql_insert_mtag_info(tag, ALLOCATOR, allocator);
usr/src/tools/smatch/src/smatch_mtag.c
90
tag, ALLOCATOR);
usr/src/tools/smatch/src/smatch_param_to_mtag_data.c
51
ALLOCATOR(tag_assign_info, "tag name offset");
usr/src/tools/smatch/src/smatch_ranges.c
23
ALLOCATOR(data_info, "smatch extra data");
usr/src/tools/smatch/src/smatch_ranges.c
24
ALLOCATOR(data_range, "data range");
usr/src/tools/smatch/src/smatch_returns.c
27
ALLOCATOR(return_states_callback, "return states callbacks");
usr/src/tools/smatch/src/smatch_slist.c
25
ALLOCATOR(smatch_state, "smatch state");
usr/src/tools/smatch/src/smatch_slist.c
26
ALLOCATOR(sm_state, "sm state");
usr/src/tools/smatch/src/smatch_slist.c
27
ALLOCATOR(named_stree, "named slist");
usr/src/tools/smatch/src/smatch_tracker.c
20
ALLOCATOR(tracker, "trackers");
usr/src/tools/smatch/src/smatch_var_sym.c
20
ALLOCATOR(var_sym, "var_sym structs");
usr/src/tools/smatch/src/storage.c
18
ALLOCATOR(storage, "storages");
usr/src/tools/smatch/src/storage.c
19
ALLOCATOR(storage_hash, "storage hash");
usr/src/tools/smatch/src/token_store.c
40
ALLOCATOR(line, "line of tokens");