Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_comparison.c2645 static struct sm_state *clone_partial_sm(struct sm_state *sm, int comparison) in clone_partial_sm() function
2684 true_sm = clone_partial_sm(sm, true_comparison); in create_fake_history()
2685 false_sm = clone_partial_sm(sm, false_comparison); in create_fake_history()