Searched refs:destruct_node (Results 1 – 2 of 2) sorted by relevance
34 destruct_node(tst_node* p, Alloc* alloc) in destruct_node() function40 destruct_node(p->lt, alloc); in destruct_node()41 destruct_node(p->eq, alloc); in destruct_node()42 destruct_node(p->gt, alloc); in destruct_node()
84 node::destruct_node(root, this); in clear()