Lines Matching refs:setAdd
270 setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet); in calcFirstPos()
271 setAdd(n->fFirstPosSet, n->fRightChild->fFirstPosSet); in calcFirstPos()
274 setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet); in calcFirstPos()
276 setAdd(n->fFirstPosSet, n->fRightChild->fFirstPosSet); in calcFirstPos()
282 setAdd(n->fFirstPosSet, n->fLeftChild->fFirstPosSet); in calcFirstPos()
316 setAdd(n->fLastPosSet, n->fLeftChild->fLastPosSet); in calcLastPos()
317 setAdd(n->fLastPosSet, n->fRightChild->fLastPosSet); in calcLastPos()
320 setAdd(n->fLastPosSet, n->fRightChild->fLastPosSet); in calcLastPos()
322 setAdd(n->fLastPosSet, n->fLeftChild->fLastPosSet); in calcLastPos()
328 setAdd(n->fLastPosSet, n->fLeftChild->fLastPosSet); in calcLastPos()
358 setAdd(i->fFollowPos, n->fRightChild->fFirstPosSet); in calcFollowPos()
370 setAdd(i->fFollowPos, n->fFirstPosSet); in calcFollowPos()
434 setAdd(&matchStartNodes, node->fFirstPosSet); in calcChainedFollowPos()
496 setAdd(endNode->fFollowPos, startNode->fFollowPos); in calcChainedFollowPos()
554 setAdd(bofNode->fFollowPos, startNode->fFollowPos); in bofFixup()
611 setAdd(initialState->fPositions, fTree->fFirstPosSet); in buildStateTable()
655 setAdd(U, p->fFollowPos); in buildStateTable()
978 void RBBITableBuilder::setAdd(UVector *dest, UVector *source) { in setAdd() function in RBBITableBuilder