Searched refs:remove_sm (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | avl.c | 35 static bool remove_sm(struct stree *avl, AvlNode **p, const struct sm_state *sm, AvlNode **ret); 164 remove_sm(*avl, &(*avl)->root, sm, &node); in avl_remove() 250 static bool remove_sm(struct stree *avl, AvlNode **p, const struct sm_state *sm, AvlNode **ret) in remove_sm() function 295 if (!remove_sm(avl, &node->lr[side(cmp)], sm, ret)) in remove_sm()
|