Home | History | Annotate | Download | only in dmd

Lines Matching refs:endOfFile

105             if (token.value == TOK.endOfFile)
360 while (token.value != TOK.rightCurly && token.value != TOK.endOfFile)
501 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)
3592 while (token.value != TOK.semicolon && token.value != TOK.endOfFile)
3759 case TOK.endOfFile:
4000 case TOK.endOfFile:
4047 case TOK.endOfFile:
4674 while (token.value != TOK.rightCurly && token.value != TOK.semicolon && token.value != TOK.endOfFile)