Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3baserecognizer.c531 ANTLR3_UINT32 nextt; in mismatchIsUnwantedToken() local
533 nextt = is->_LA(is, 2); in mismatchIsUnwantedToken()
535 if (nextt == ttype) in mismatchIsUnwantedToken()
539 recognizer->state->exception->expecting = nextt; in mismatchIsUnwantedToken()