Home
last modified time | relevance | path

Searched refs:localFollowSet (Results 1 – 9 of 9) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3baserecognizer.c950 pANTLR3_BITSET localFollowSet; in combineFollows() local
957 localFollowSet = NULL; in combineFollows()
961localFollowSet = antlr3BitsetLoad((pANTLR3_BITSET_LIST) recognizer->state->following->get(recogniz… in combineFollows()
963 if (localFollowSet != NULL) in combineFollows()
965 followSet->borInPlace(followSet, localFollowSet); in combineFollows()
969 if (localFollowSet->isMember(localFollowSet, ANTLR3_EOR_TOKEN_TYPE) == ANTLR3_FALSE) in combineFollows()
984 localFollowSet->free(localFollowSet); in combineFollows()
985 localFollowSet = NULL; in combineFollows()
989 if (localFollowSet != NULL) in combineFollows()
991 localFollowSet->free(localFollowSet); in combineFollows()
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DBaseRecognizer.js592 localFollowSet,
595 localFollowSet = this.state.following[i];
596 followSet.orInPlace(localFollowSet);
599 if ( localFollowSet.member(org.antlr.runtime.Token.EOR_TOKEN_TYPE) )
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DBaseRecognizer.java536 BitSet localFollowSet = (BitSet)state.following[i]; in combineFollows() local
541 followSet.orInPlace(localFollowSet); in combineFollows()
544 if ( localFollowSet.member(Token.EOR_TOKEN_TYPE) ) { in combineFollows()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DBaseRecognizer.cs639 BitSet localFollowSet = (BitSet)state.following[i]; in CombineFollows()
644 followSet.OrInPlace( localFollowSet ); in CombineFollows()
648 if ( localFollowSet.Member( TokenTypes.EndOfRule ) ) in CombineFollows()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBaseRecognizer.cs565 BitSet localFollowSet = (BitSet)state.following[i]; in CombineFollows()
570 followSet.OrInPlace(localFollowSet); in CombineFollows()
573 if (localFollowSet.Member(TokenTypes.EndOfRule)) { in CombineFollows()
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Drecognizers.py651 for idx, localFollowSet in reversed(list(enumerate(self._state.following))):
652 followSet |= localFollowSet
655 if EOR_TOKEN_TYPE in localFollowSet:
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseRecognizer.m677 ANTLRBitSet *localFollowSet = (ANTLRBitSet *)[state.following objectAtIndex:i];
680 localFollowSet.toString(getTokenNames())+")");
682 [followSet orInPlace:localFollowSet];
685 if ( [localFollowSet member:ANTLRTokenTypeEOR] ) {
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DBaseRecognizer.as508 var localFollowSet:BitSet = state.following[i];
509 followSet.orInPlace(localFollowSet);
512 if ( localFollowSet.member(TokenConstants.EOR_TOKEN_TYPE) ) {
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...