Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3baserecognizer.c351 if (((pANTLR3_COMMON_TOKEN)(ex->token))->type == ANTLR3_TOKEN_EOF) in antlr3RecognitionExceptionNew()
1029 if (((pANTLR3_COMMON_TOKEN)(ex->token))->type == ANTLR3_TOKEN_EOF) in displayRecognitionError()
1071 if (theToken->type == ANTLR3_TOKEN_EOF) in displayRecognitionError()
1140 if (ex->expecting == ANTLR3_TOKEN_EOF) in displayRecognitionError()
1164 if (ex->expecting == ANTLR3_TOKEN_EOF) in displayRecognitionError()
1203 if (ex->expecting == ANTLR3_TOKEN_EOF) in displayRecognitionError()
1755 while (ttype != ANTLR3_TOKEN_EOF && ttype != tokenType) in consumeUntil()
1805 while (ttype != ANTLR3_TOKEN_EOF && set->isMember(set, ttype) == ANTLR3_FALSE) in consumeUntilSet()
2183 if (current->getType(current) == ANTLR3_TOKEN_EOF) in getMissingSymbol()
Dantlr3cyclicdfa.c175 if ( c == ANTLR3_TOKEN_EOF && cdfa->eof[s] >= 0) in antlr3dfapredict()
Dantlr3lexer.c151 specialT->setType (specialT, ANTLR3_TOKEN_EOF); in antlr3LexerNew()
351 while (tok->type == ANTLR3_TOKEN_EOF) in nextToken()
Dantlr3commontoken.c387 if (token->type == ANTLR3_TOKEN_EOF) in getText()
Dantlr3commontreenodestream.c402 token = antlr3CommonTokenNew(ANTLR3_TOKEN_EOF); in antlr3CommonTreeNodeStreamNew()
Dantlr3tokenstream.c966 while (tok != NULL && tok->type != ANTLR3_TOKEN_EOF) in fillBuffer()
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3commontoken.h73 #define ANTLR3_TOKEN_EOF (ANTLR3_CHARSTREAM_EOF & 0xFFFFFFFF) macro
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg765 * anyway. We are looking for ANTLR3_TOKEN_EOF.
776 #define EOF ANTLR3_TOKEN_EOF
2265 <label>->setType(<label>, ANTLR3_TOKEN_EOF);