Searched refs:var_sym (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_var_sym.c | 20 ALLOCATOR(var_sym, "var_sym structs"); 22 struct var_sym *alloc_var_sym(const char *var, struct symbol *sym) in alloc_var_sym() 24 struct var_sym *tmp; in alloc_var_sym() 77 int cmp_var_sym(const struct var_sym *a, const struct var_sym *b) in cmp_var_sym() 108 struct var_sym *tmp, *new; in add_var_sym() 140 static void free_var_sym(struct var_sym *vs) in free_var_sym() 148 struct var_sym *tmp; in del_var_sym() 161 struct var_sym *tmp; in in_var_sym_list() 172 struct var_sym *tmp, *clone_vs; in clone_var_sym_list() 184 struct var_sym *tmp; in merge_var_sym_list() [all …]
|
H A D | smatch_links.c | 30 struct var_sym *tmp; in alloc_link() 90 struct var_sym *tmp; in match_link_modify()
|
H A D | smatch_integer_overflow.c | 38 struct var_sym *vs; in save_links() 226 struct var_sym *vs; in check_links()
|
H A D | smatch_param_compare_limit.c | 97 struct var_sym *vs; in add_comparison_var_sym() 181 struct var_sym *left, *right; in print_return_comparison()
|
H A D | smatch_comparison.c | 50 struct var_sym *vs; in vsl_to_sym() 1005 struct var_sym *tmp; in have_common_var_sym() 1043 struct var_sym *vs; in update_tf_links() 1426 struct var_sym *vs; in add_comparison_var_sym() 2174 struct var_sym *right_vs; in match_call_info() 2225 struct var_sym *left, *right; in struct_member_callback() 2313 struct var_sym *left, *right; in print_return_comparison()
|
H A D | smatch.h | 94 struct var_sym { struct 98 DECLARE_ALLOCATOR(var_sym); argument 99 DECLARE_PTR_LIST(var_sym_list, struct var_sym); 511 struct var_sym *alloc_var_sym(const char *var, struct symbol *sym);
|
H A D | smatch_extra.c | 394 struct var_sym *vs; in set_extra_array_mod() 471 struct var_sym *vs; in set_extra_nomod_vsl() 486 struct var_sym *vs; in set_extra_expr_nomod() 545 struct var_sym *vs; in set_extra_chunk_true_false() 1025 struct var_sym *vs; in save_chunk_info() 2914 struct var_sym *tmp; in match_link_modify()
|
H A D | smatch_buf_comparison.c | 315 struct var_sym *vs; in vsl_to_data_info_name()
|
H A D | smatch_helper.c | 599 struct var_sym *vs; in expr_to_chunk_helper()
|