Home
last modified time | relevance | path

Searched refs:antlr3BitsetLoad (Results 1 – 3 of 3) sorted by relevance

/external/antlr/runtime/C/src/
Dantlr3baserecognizer.c576 followClone = antlr3BitsetLoad(follow); in mismatchIsMissingToken()
961 …localFollowSet = antlr3BitsetLoad((pANTLR3_BITSET_LIST) recognizer->state->following->get(recogniz… in combineFollows()
1244 errBits = antlr3BitsetLoad (ex->expectingSet); in displayRecognitionError()
1653 follow = antlr3BitsetLoad(followBits); in recoverFromMismatchedElement()
Dantlr3bitset.c253 antlr3BitsetLoad(pANTLR3_BITSET_LIST inBits) in antlr3BitsetLoad() function
/external/antlr/runtime/C/include/
Dantlr3defs.h541 ANTLR3_API pANTLR3_BITSET antlr3BitsetLoad (pANTLR3_BITSET_LIST blist);