Searched refs:endOfFile (Results 1 – 11 of 11) sorted by relevance
60 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()
160 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 …]
105 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 …]
171 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 …]
49 endOfFile, enumerator
40 endOfFile, enumerator766 TOK.endOfFile: "End of File",
2275 auto o = p.parseTypeOrAssignExp(TOK.endOfFile); in compileTypeMixin()2281 if (p.token.value != TOK.endOfFile) in compileTypeMixin()
5308 if (tok.value == TOK.endOfFile) in highlightCode2()
4768 while (p.token.value != TOK.endOfFile) in flatten()
1840 if (p.token.value != TOK.endOfFile) in compileIt()
5942 if (p.token.value != TOK.endOfFile) in compileIt()