Searched refs:pANTLR3_BITSET_LIST (Results 1 – 8 of 8) sorted by relevance
/external/antlr/runtime/C/include/ |
D | antlr3baserecognizer.h | 120 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);
|
D | antlr3exception.h | 158 pANTLR3_BITSET_LIST expectingSet;
|
D | antlr3interfaces.h | 57 typedef struct ANTLR3_BITSET_LIST_struct *pANTLR3_BITSET_LIST; typedef
|
D | antlr3defs.h | 540 ANTLR3_API pANTLR3_BITSET antlr3BitsetCopy (pANTLR3_BITSET_LIST blist); 541 ANTLR3_API pANTLR3_BITSET antlr3BitsetLoad (pANTLR3_BITSET_LIST blist);
|
/external/antlr/runtime/C/src/ |
D | antlr3treeparser.c | 38 …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()
|
D | antlr3baserecognizer.c | 54 … 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 …]
|
D | antlr3bitset.c | 140 antlr3BitsetCopy(pANTLR3_BITSET_LIST blist) in antlr3BitsetCopy() 253 antlr3BitsetLoad(pANTLR3_BITSET_LIST inBits) in antlr3BitsetLoad()
|
D | antlr3lexer.c | 64 ANTLR3_UINT32 expectedTokenType, pANTLR3_BITSET_LIST follow); 902 ANTLR3_UINT32 expectedTokenType, pANTLR3_BITSET_LIST follow) in getMissingSymbol()
|