Searched refs:fFollowPos (Results 1 – 3 of 3) sorted by relevance
65 fFollowPos = new UVector(status); in RBBINode()92 fFollowPos = new UVector(status); in RBBINode()127 delete fFollowPos; in ~RBBINode()
340 setAdd(i->fFollowPos, n->fRightChild->fFirstPosSet); in calcFollowPos()352 setAdd(i->fFollowPos, n->fFirstPosSet); in calcFollowPos()409 if (tNode->fFollowPos->contains(endMarkerNodes.elementAt(i))) { in calcChainedFollowPos()454 setAdd(endNode->fFollowPos, startNode->fFollowPos); in calcChainedFollowPos()512 setAdd(bofNode->fFollowPos, startNode->fFollowPos); in bofFixup()593 setAdd(U, p->fFollowPos); in buildStateTable()1017 printSet(n->fFollowPos); in printPosSets()
84 UVector *fFollowPos; variable