Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_statement_count.c26 static struct smatch_state *merge_states(struct smatch_state *s1, struct smatch_state *s2) in merge_states() function
84 add_merge_hook(my_id, &merge_states); in register_statement_count()
H A Dcheck_syscall_arg_type.c44 struct smatch_state *merge_states(struct smatch_state *s1, struct smatch_state *s2) in merge_states() function
165 add_merge_hook(my_id, &merge_states); in check_syscall_arg_type()
H A Dsmatch_slist.c431 static struct smatch_state *merge_states(int owner, const char *name, in merge_states() function
471 s = merge_states(one->owner, one->name, one->sym, one->state, two->state); in merge_sm_states()