HomeSort by relevance Sort by last modified time
    Searched refs:EofToken (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/Lex/
PTHLexer.h 58 Token EofToken;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
generic.h 227 /* TokenStart and EofToken are ignored if #tokdefs meta-op is used */
228 #define TokenStart 2 /* MUST be in 1 + EofToken */
229 #define EofToken 1 /* Always predefined to be 1 */
lex.c 280 TokenInd!=NULL?TokenInd[EofToken]:EofToken);
bits.c 913 if ( LexGen ) fprintf(ErrFile, "#define zzEOF_TOKEN %d\n", (TokenInd!=NULL?TokenInd[EofToken]:EofToken));
fset.c 214 if ( p->p1 == NULL ) set_orel((TokenInd!=NULL?TokenInd[EofToken]:EofToken), &a);/* if no FOLLOW assume EOF */
264 set_orel(EofToken, &a);
    [all...]
misc.c 171 p->token = EofToken; /* couldn't have remapped tokens yet, use EofToken */
177 ExprStr[EofToken] = EOFSTR;
    [all...]
gen.c     [all...]
fset2.c 308 t = tmake(tnode((TokenInd!=NULL?TokenInd[EofToken]:EofToken)), t, NULL);
    [all...]
main.c 754 /* this won't work for hand-built scanners since EofToken is not
757 set_orel(EofToken, &imag_tokens);
    [all...]
  /external/clang/lib/Lex/
PTHLexer.cpp 103 EofToken = Tok;
153 // into EofToken.
155 assert(EofToken.is(tok::eof));
156 Tok = EofToken;

Completed in 831 milliseconds