Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_returns.c64 orig = __swap_cur_stree(all_return_states); in call_hooks()
68 __swap_cur_stree(orig); in call_hooks()
H A Dcheck_atomic_inc_dec.c337 orig_stree = __swap_cur_stree(stree); in check_counter()
375 __swap_cur_stree(orig_stree); in check_counter()
H A Dcheck_locking.c1007 orig = __swap_cur_stree(stree); in check_lock()
1043 __swap_cur_stree(orig); in check_lock()
H A Dsmatch_states.c203 struct stree *__swap_cur_stree(struct stree *stree) in __swap_cur_stree() function
H A Dsmatch.h713 struct stree *__swap_cur_stree(struct stree *stree);