Home | History | Annotate | Download | only in common

Lines Matching refs:fRightChild

103         bofTop->fRightChild = fTree;
122 cn->fRightChild = new RBBINode(RBBINode::endMark);
124 if (cn->fRightChild == NULL) {
129 cn->fRightChild->fParent = cn;
222 calcNullable(n->fRightChild);
226 n->fNullable = n->fLeftChild->fNullable || n->fRightChild->fNullable;
229 n->fNullable = n->fLeftChild->fNullable && n->fRightChild->fNullable;
266 calcFirstPos(n->fRightChild);
271 setAdd(n->fFirstPosSet, n->fRightChild->fFirstPosSet);
276 setAdd(n->fFirstPosSet, n->fRightChild->fFirstPosSet);
312 calcLastPos(n->fRightChild);
317 setAdd(n->fLastPosSet, n->fRightChild->fLastPosSet);
320 setAdd(n->fLastPosSet, n->fRightChild->fLastPosSet);
321 if (n->fRightChild->fNullable) {
347 calcFollowPos(n->fRightChild);
358 setAdd(i->fFollowPos, n->fRightChild->fFirstPosSet);
409 userRuleRoot = tree->fLeftChild->fRightChild;
514 UVector *matchStartNodes = fTree->fLeftChild->fRightChild->fFirstPosSet;
1048 printPosSets(n->fRightChild);