Searched refs:TOKeof (Results 1 – 9 of 9) sorted by relevance
52 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()
241 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()
205 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 …]
44 TOKeof, TOKcast, enumerator
367 Token::tochars[TOKeof] = "EOF"; in TokenInitializer()
1598 if (p.token.value != TOKeof) in compileIt()
519 while (p.token.value != TOKeof) in flatten()
2715 if (tok.value == TOKeof) in highlightCode2()
2348 if (p.token.value != TOKeof) in visit()