Home | History | Annotate | Download | only in src

Lines Matching defs:mismatch

56 static void					mismatch					(pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
172 recognizer->mismatch = mismatch;
409 /// plain mismatch(), which does not recover. Then any error
475 // going on, so we mismatch, which creates an exception in the recognizer exception
633 /// Factor out what to do upon token mismatch so tree parsers can behave
639 /// \remark mismatch only works for parsers and must be overridden for anything else.
642 mismatch(pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow)
665 ANTLR3_FPRINTF(stderr, "Base recognizer function 'mismatch' called by unknown parser type - provide override for this function\n");
933 /// token mismatch. Upon token mismatch, if LA(1) is member of