Lines Matching defs:match
54 static void * match (pANTLR3_BASE_RECOGNIZER recognizer, ANTLR3_UINT32 ttype, pANTLR3_BITSET_LIST follow);
169 recognizer->match = match;
405 /// Match current input symbol against ttype. Upon error, do one token
415 match( pANTLR3_BASE_RECOGNIZER recognizer,
443 ANTLR3_FPRINTF(stderr, "Base recognizer function 'match' called by unknown parser type - provide override for this function\n");
459 recognizer->state->failed = ANTLR3_FALSE; // The match was a success
709 /// To get out of recovery mode, the parser must successfully match
716 /// 5. next match() will reset errorRecovery mode
853 /// with the successful match exits errorRecovery mode).
1221 ANTLR3_FPRINTF(stderr, " : cannot match to any predicted input...\n");
1317 /// the match() routine could not recover from.
1404 /// and LA(2) as if we were doing a normal match(), which advances the
1417 /// and it will be trying to match the ')' at this point in the
1422 /// match() will see that ';' doesn't match ')' and report a
1875 * bit match algorithm to run to 63 bits, which will be the whole time spent in the trie ;-)