Home
last modified time | relevance | path

Searched refs:pANTLR3_BITSET_LIST (Results 1 – 8 of 8) sorted by relevance

/external/antlr/runtime/C/include/
Dantlr3baserecognizer.h120 ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
139 … ANTLR3_BASE_RECOGNIZER_struct * recognizer, pANTLR3_INT_STREAM input, pANTLR3_BITSET_LIST follow);
145 ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
231 pANTLR3_BITSET_LIST follow);
237 pANTLR3_BITSET_LIST follow);
243 pANTLR3_BITSET_LIST follow);
332 pANTLR3_BITSET_LIST follow);
Dantlr3exception.h158 pANTLR3_BITSET_LIST expectingSet;
Dantlr3interfaces.h57 typedef struct ANTLR3_BITSET_LIST_struct *pANTLR3_BITSET_LIST; typedef
Dantlr3defs.h540 ANTLR3_API pANTLR3_BITSET antlr3BitsetCopy (pANTLR3_BITSET_LIST blist);
541 ANTLR3_API pANTLR3_BITSET antlr3BitsetLoad (pANTLR3_BITSET_LIST blist);
/external/antlr/runtime/C/src/
Dantlr3treeparser.c38 …mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
48 ANTLR3_UINT32 expectedTokenType, pANTLR3_BITSET_LIST follow);
174 mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in mismatch()
205 ANTLR3_UINT32 expectedTokenType, pANTLR3_BITSET_LIST follow) in getMissingSymbol()
Dantlr3baserecognizer.c54 … match (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
56 …mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
58 …singToken (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_BITSET_LIST follow);
64 …atchedToken (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
65 … * recoverFromMismatchedSet (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_BITSET_LIST follow);
66 …LEAN recoverFromMismatchedElement(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_BITSET_LIST follow);
80 ANTLR3_UINT32 expectedTokenType, pANTLR3_BITSET_LIST follow);
416 ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in match()
552 …MissingToken(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_BITSET_LIST follow) in mismatchIsMissingToken()
642 mismatch(pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow) in mismatch()
[all …]
Dantlr3bitset.c140 antlr3BitsetCopy(pANTLR3_BITSET_LIST blist) in antlr3BitsetCopy()
253 antlr3BitsetLoad(pANTLR3_BITSET_LIST inBits) in antlr3BitsetLoad()
Dantlr3lexer.c64 ANTLR3_UINT32 expectedTokenType, pANTLR3_BITSET_LIST follow);
902 ANTLR3_UINT32 expectedTokenType, pANTLR3_BITSET_LIST follow) in getMissingSymbol()