Searched refs:cloneTree (Results 1 – 5 of 5) 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();
394 Node functionTree = n.cloneTree(); in visit()