Home
last modified time | relevance | path

Searched refs:TOKeof (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Diasmgcc.c52 case TOKeof: in parseExtAsmOperands()
121 p->token.value != TOKeof) in parseExtAsmOperands()
150 case TOKeof: in parseExtAsmClobbers()
172 p->token.value != TOKeof) in parseExtAsmClobbers()
198 case TOKeof: in parseExtAsmGotoLabels()
219 p->token.value != TOKeof) in parseExtAsmGotoLabels()
251 if (p->token.value == TOKsemicolon || p->token.value == TOKeof) in parseGccAsm()
281 if (p->token.value == TOKsemicolon || p->token.value == TOKeof) in parseGccAsm()
H A Dlexer.c241 case TOKeof: in peekPastParen()
271 t->value = TOKeof; // end of file in scan()
441 t->value = TOKeof; in scan()
488 t->value = TOKeof; in scan()
545 t->value = TOKeof; in scan()
619 t->value = TOKeof; in scan()
1419 case TOKeof: in tokenStringConstant()
H A Dparse.c205 if (token.value != TOKeof) in parseModule()
213 while (token.value != TOKsemicolon && token.value != TOKeof) in parseModule()
417 case TOKeof: in parseDeclDefs()
447 case TOKeof: in parseDeclDefs()
764 while (token.value != TOKsemicolon && token.value != TOKeof) in parseDeclDefs()
939 while (token.value != TOKsemicolon && token.value != TOKeof) in parseDeclDefs()
1169 case TOKeof: in parseBlock()
2202 if (token.value == TOKeof) in parseEnum()
4470 case TOKeof: in parseInitializer()
4515 case TOKeof: in parseInitializer()
[all …]
H A Dtokens.h44 TOKeof, TOKcast, enumerator
H A Dtokens.c367 Token::tochars[TOKeof] = "EOF"; in TokenInitializer()
H A Dattrib.c1598 if (p.token.value != TOKeof) in compileIt()
H A Dstatement.c519 while (p.token.value != TOKeof) in flatten()
H A Ddoc.c2715 if (tok.value == TOKeof) in highlightCode2()
H A Dexpressionsem.c2348 if (p.token.value != TOKeof) in visit()