Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Diasmgcc.d60 case TOK.endOfFile: in parseExtAsmOperands()
129 p.token.value != TOK.endOfFile) in parseExtAsmOperands()
158 case TOK.endOfFile: in parseExtAsmClobbers()
180 p.token.value != TOK.endOfFile) in parseExtAsmClobbers()
206 case TOK.endOfFile: in parseExtAsmGotoLabels()
227 p.token.value != TOK.endOfFile) in parseExtAsmGotoLabels()
259 if (p.token.value == TOK.semicolon || p.token.value == TOK.endOfFile) in parseGccAsm()
286 if (p.token.value == TOK.semicolon || p.token.value == TOK.endOfFile) in parseGccAsm()
430 if (p.token.value == TOK.rightCurly || p.token.value == TOK.endOfFile) in parseAsm()
H A Dlexer.d160 return front() == TOK.endOfFile; in version()
251 t.value = TOK.endOfFile; // end of file in scan()
553 t.value = TOK.endOfFile; in scan()
596 t.value = TOK.endOfFile; in scan()
656 t.value = TOK.endOfFile; in scan()
732 t.value = TOK.endOfFile; in scan()
1158 case TOK.endOfFile: in peekPastParen()
1607 case TOK.endOfFile: in tokenStringConstant()
2688 case TOK.endOfFile: in poundLine()
3303 while ((tok != TOK.endOfFile) && (iterations++ < testcase.length))
[all …]
H A Dcparse.d105 if (token.value == TOK.endOfFile) in parseModule()
360 while (token.value != TOK.rightCurly && token.value != TOK.endOfFile)
501 …value != TOK.case_ && token.value != TOK.default_ && token.value != TOK.endOfFile && token.value !…
533 …value != TOK.case_ && token.value != TOK.default_ && token.value != TOK.endOfFile && token.value !…
1523 if (token.value == TOK.rightParenthesis || token.value == TOK.endOfFile) in cparseGenericSelection()
1681 while (token.value != TOK.semicolon && token.value != TOK.endOfFile) in cparseDeclaration()
2935 while (token.value != TOK.rightParenthesis && token.value != TOK.endOfFile) in cparseArguments()
2980 else if (token.value == TOK.endOfFile) in cparseDeclspec()
3209 case TOK.endOfFile: in cparseParens()
3400 if (token.value == TOK.endOfFile)
[all …]
H A Dparse.d171 if (token.value != TOK.endOfFile) in parseModuleContent()
186 while (token.value != TOK.semicolon && token.value != TOK.endOfFile) in errorReturn()
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) in parseEnum()
5875 while (token.value != TOK.rightCurly && token.value != TOK.endOfFile)
6178 while (token.value != TOK.colon && token.value != TOK.endOfFile);
[all …]
H A Dtokens.h49 endOfFile, enumerator
H A Dtokens.d40 endOfFile, enumerator
766 TOK.endOfFile: "End of File",
H A Dtypesem.d2275 auto o = p.parseTypeOrAssignExp(TOK.endOfFile); in compileTypeMixin()
2281 if (p.token.value != TOK.endOfFile) in compileTypeMixin()
H A Ddoc.d5308 if (tok.value == TOK.endOfFile) in highlightCode2()
H A Dstatementsem.d4768 while (p.token.value != TOK.endOfFile) in flatten()
H A Ddsymbolsem.d1840 if (p.token.value != TOK.endOfFile) in compileIt()
H A Dexpressionsem.d5942 if (p.token.value != TOK.endOfFile) in compileIt()