Searched refs:cloneTree (Results 1 – 5 of 5) sorted by relevance
149 RBBINode *RBBINode::cloneTree() { in cloneTree() function in RBBINode155 n = fLeftChild->cloneTree(); in cloneTree()163 n->fLeftChild = fLeftChild->cloneTree(); in cloneTree()167 n->fRightChild = fRightChild->cloneTree(); in cloneTree()197 RBBINode *retNode = fLeftChild->cloneTree(); in flattenVariables()234 fLeftChild = replTree->cloneTree(); in flattenSets()247 fRightChild = replTree->cloneTree(); in flattenSets()
98 RBBINode *cloneTree();
156 RBBINode cloneTree() {162 n = fLeftChild.cloneTree();168 n.fLeftChild = fLeftChild.cloneTree();172 n.fRightChild = fRightChild.cloneTree();201 RBBINode retNode = fLeftChild.cloneTree();234 fLeftChild = replTree.cloneTree();246 fRightChild = replTree.cloneTree();
155 RBBINode cloneTree() {161 n = fLeftChild.cloneTree();167 n.fLeftChild = fLeftChild.cloneTree();171 n.fRightChild = fRightChild.cloneTree();200 RBBINode retNode = fLeftChild.cloneTree();233 fLeftChild = replTree.cloneTree();245 fRightChild = replTree.cloneTree();