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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3baserecognizer.h120 ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
139 (*mismatchIsMissingToken) (struct 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);
H A Dantlr3exception.h158 pANTLR3_BITSET_LIST expectingSet;
H A Dantlr3interfaces.h57 typedef struct ANTLR3_BITSET_LIST_struct *pANTLR3_BITSET_LIST; typedef in typeref:struct:ANTLR3_BITSET_LIST_struct
H A Dantlr3defs.h507 ANTLR3_API pANTLR3_BITSET antlr3BitsetCopy (pANTLR3_BITSET_LIST blist);
508 ANTLR3_API pANTLR3_BITSET antlr3BitsetLoad (pANTLR3_BITSET_LIST blist);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3treeparser.c38 static void 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)
205 ANTLR3_UINT32 expectedTokenType, pANTLR3_BITSET_LIST follow)
H A Dantlr3baserecognizer.c54 static void * match (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
56 static void mismatch (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
58 static ANTLR3_BOOLEAN mismatchIsMissingToken (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_BITSET_LIST follow);
64 static void * recoverFromMismatchedToken (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
65 static void * recoverFromMismatchedSet (pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_BITSET_LIST follow);
66 static ANTLR3_BOOLEAN 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)
552 mismatchIsMissingToken(pANTLR3_BASE_RECOGNIZER recognizer, pANTLR3_INT_STREAM is, pANTLR3_BITSET_LIST follow)
642 mismatch(pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follo
[all...]
H A Dantlr3bitset.c141 antlr3BitsetCopy(pANTLR3_BITSET_LIST blist)
254 antlr3BitsetLoad(pANTLR3_BITSET_LIST inBits)
H A Dantlr3lexer.c64 ANTLR3_UINT32 expectedTokenType, pANTLR3_BITSET_LIST follow);
881 ANTLR3_UINT32 expectedTokenType, pANTLR3_BITSET_LIST follow)

Completed in 191 milliseconds