Searched refs:printTree (Results 1 – 17 of 17) sorted by relevance
331 void RBBINode::printTree(UBool printHeading) { in printTree() function in RBBINode343 fLeftChild->printTree(FALSE); in printTree()347 fRightChild->printTree(FALSE); in printTree()
1106 fRB->fForwardTree->printTree(TRUE); in parse()1108 fRB->fReverseTree->printTree(TRUE); in parse()1110 fRB->fSafeFwdTree->printTree(TRUE); in parse()1112 fRB->fSafeRevTree->printTree(TRUE); in parse()1127 for (i=fNodeStackPtr; i>0; i--) {fNodeStack[i]->printTree(TRUE);} in printNodeStack()
98 void printTree(UBool withHeading);
257 s->val->fLeftChild->printTree(TRUE); in rbbiSymtablePrint()
82 fTree->printTree(TRUE); in build()140 fTree->printTree(TRUE); in build()
549 usetNode->fLeftChild->printTree(TRUE); in printSets()
335 void printTree(boolean printHeading) {345 fLeftChild.printTree(false);349 fRightChild.printTree(false);
957 fRB.fTreeRoots[RBBIRuleBuilder.fForwardTree].printTree(true); in parse()959 fRB.fTreeRoots[RBBIRuleBuilder.fReverseTree].printTree(true); in parse()964 fRB.fTreeRoots[RBBIRuleBuilder.fSafeFwdTree].printTree(true); in parse()970 fRB.fTreeRoots[RBBIRuleBuilder.fSafeRevTree].printTree(true); in parse()985 fNodeStack[i].printTree(true); in printNodeStack()
195 s.val.fLeftChild.printTree(true); in rbbiSymtablePrint()
108 fRB.fTreeRoots[fRootIx].printTree(true); in build()146 fRB.fTreeRoots[fRootIx].printTree(true); in build()
555 usetNode.fLeftChild.printTree(true); in printSets()
336 void printTree(boolean printHeading) {346 fLeftChild.printTree(false);350 fRightChild.printTree(false);
958 fRB.fTreeRoots[RBBIRuleBuilder.fForwardTree].printTree(true); in parse()960 fRB.fTreeRoots[RBBIRuleBuilder.fReverseTree].printTree(true); in parse()965 fRB.fTreeRoots[RBBIRuleBuilder.fSafeFwdTree].printTree(true); in parse()971 fRB.fTreeRoots[RBBIRuleBuilder.fSafeRevTree].printTree(true); in parse()986 fNodeStack[i].printTree(true); in printNodeStack()
196 s.val.fLeftChild.printTree(true); in rbbiSymtablePrint()
109 fRB.fTreeRoots[fRootIx].printTree(true); in build()147 fRB.fTreeRoots[fRootIx].printTree(true); in build()
556 usetNode.fLeftChild.printTree(true); in printSets()
423 void print(raw_ostream &OS, bool printTree = true, unsigned level = 0,