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