HomeSort by: relevance | last modified time | path
    Searched refs:endOfFile (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
iasmgcc.d 60 case TOK.endOfFile:
129 p.token.value != TOK.endOfFile)
158 case TOK.endOfFile:
180 p.token.value != TOK.endOfFile)
206 case TOK.endOfFile:
227 p.token.value != TOK.endOfFile)
259 if (p.token.value == TOK.semicolon || p.token.value == TOK.endOfFile)
286 if (p.token.value == TOK.semicolon || p.token.value == TOK.endOfFile)
430 if (p.token.value == TOK.rightCurly || p.token.value == TOK.endOfFile)
lexer.d 160 return front() == TOK.endOfFile;
251 t.value = TOK.endOfFile; // end of file
252 // Intentionally not advancing `p`, such that subsequent calls keep returning TOK.endOfFile.
553 t.value = TOK.endOfFile;
596 t.value = TOK.endOfFile;
656 t.value = TOK.endOfFile;
732 t.value = TOK.endOfFile;
1158 case TOK.endOfFile:
1463 // decrement `p`, because it needs to point to the next token (the 0 or 0x1A character is the TOK.endOfFile token).
1607 case TOK.endOfFile
    [all...]
cparse.d 105 if (token.value == TOK.endOfFile)
360 while (token.value != TOK.rightCurly && token.value != TOK.endOfFile)
501 while (token.value != TOK.case_ && token.value != TOK.default_ && token.value != TOK.endOfFile && token.value != TOK.rightCurly)
533 while (token.value != TOK.case_ && token.value != TOK.default_ && token.value != TOK.endOfFile && token.value != TOK.rightCurly)
1523 if (token.value == TOK.rightParenthesis || token.value == TOK.endOfFile)
1681 while (token.value != TOK.semicolon && token.value != TOK.endOfFile)
2935 while (token.value != TOK.rightParenthesis && token.value != TOK.endOfFile)
2980 else if (token.value == TOK.endOfFile)
3209 case TOK.endOfFile:
3400 if (token.value == TOK.endOfFile)
    [all...]
tokens.h 49 endOfFile,
parse.d 171 if (token.value != TOK.endOfFile)
186 while (token.value != TOK.semicolon && token.value != TOK.endOfFile)
509 case TOK.endOfFile:
535 case TOK.endOfFile:
895 while (token.value != TOK.semicolon && token.value != TOK.endOfFile)
1039 while (token.value != TOK.semicolon && token.value != TOK.endOfFile)
1141 case TOK.endOfFile:
3168 if (token.value == TOK.endOfFile)
5875 while (token.value != TOK.rightCurly && token.value != TOK.endOfFile)
6178 while (token.value != TOK.colon && token.value != TOK.endOfFile);
    [all...]
tokens.d 40 endOfFile,
766 TOK.endOfFile: "End of File",
typesem.d 2275 auto o = p.parseTypeOrAssignExp(TOK.endOfFile);
2281 if (p.token.value != TOK.endOfFile)
doc.d 5308 if (tok.value == TOK.endOfFile)
statementsem.d 4768 while (p.token.value != TOK.endOfFile)
dsymbolsem.d 1840 if (p.token.value != TOK.endOfFile)
expressionsem.d 5942 if (p.token.value != TOK.endOfFile)

Completed in 45 milliseconds