Searched refs:cloneTree (Results 1 – 4 of 4) sorted by relevance
141 RBBINode *RBBINode::cloneTree() { in cloneTree() function in RBBINode147 n = fLeftChild->cloneTree(); in cloneTree()155 n->fLeftChild = fLeftChild->cloneTree(); in cloneTree()159 n->fRightChild = fRightChild->cloneTree(); in cloneTree()189 RBBINode *retNode = fLeftChild->cloneTree(); in flattenVariables()222 fLeftChild = replTree->cloneTree(); in flattenSets()235 fRightChild = replTree->cloneTree(); in flattenSets()
91 RBBINode *cloneTree();
146 RBBINode cloneTree() {152 n = fLeftChild.cloneTree();158 n.fLeftChild = fLeftChild.cloneTree();162 n.fRightChild = fRightChild.cloneTree();191 RBBINode retNode = fLeftChild.cloneTree();223 fLeftChild = replTree.cloneTree();235 fRightChild = replTree.cloneTree();
147 RBBINode cloneTree() {153 n = fLeftChild.cloneTree();159 n.fLeftChild = fLeftChild.cloneTree();163 n.fRightChild = fRightChild.cloneTree();192 RBBINode retNode = fLeftChild.cloneTree();224 fLeftChild = replTree.cloneTree();236 fRightChild = replTree.cloneTree();