Searched defs:Eof (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp214 Token Eof; local
215 Eof.startToken();
216 Eof.setKind(tok::eof);
217 Eof.setLocation(Tok.getLocation());
218 Toks.push_back(Eof);
H A DParseDecl.cpp150 Token Eof; local
151 Eof.startToken();
152 Eof.setLocation(Tok.getLocation());
153 LA->Toks.push_back(Eof);
/external/chromium/testing/gtest/scripts/
H A Dpump.py114 if self == Eof():
132 def Eof(): function
142 self.start = Eof()
146 self.end = Eof()
211 if end == Eof():
314 yield MakeToken(lines, pos, Eof(), 'code')
/external/gtest/scripts/
H A Dpump.py114 if self == Eof():
132 def Eof(): function
142 self.start = Eof()
146 self.end = Eof()
211 if end == Eof():
314 yield MakeToken(lines, pos, Eof(), 'code')
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h24 Eof, Error, enumerator in enum:llvm::AsmToken::TokenKind
/external/llvm/lib/TableGen/
H A DTGLexer.h31 Eof, Error, enumerator in enum:llvm::tgtok::TokKind
/external/valgrind/tsan/
H A Dts_race_verifier.cc336 bool Eof() { function in class:StringStream
365 while (!ss.Eof()) {
H A Dsuppressions.cc74 bool Eof() { return next_ >= end_; } function in class:Parser
120 while (!Eof() && *next_ != '\n') {
138 while (!Eof()) {
/external/llvm/lib/AsmParser/
H A DLLToken.h21 Eof, Error, enumerator in enum:llvm::lltok::Kind

Completed in 1269 milliseconds