Home
last modified time | relevance | path

Searched refs:to_vsl (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_var_sym.c173 struct var_sym_list *to_vsl = NULL; in clone_var_sym_list() local
177 add_ptr_list(&to_vsl, clone_vs); in clone_var_sym_list()
179 return to_vsl; in clone_var_sym_list()
193 struct var_sym_list *to_vsl; in combine_var_sym_lists() local
195 to_vsl = clone_var_sym_list(one); in combine_var_sym_lists()
196 merge_var_sym_list(&to_vsl, two); in combine_var_sym_lists()
197 return to_vsl; in combine_var_sym_lists()