HomeSort by relevance Sort by last modified time
    Searched defs:Eof (Results 1 - 8 of 8) sorted by null

  /external/lzma/CPP/Common/
StdInStream.cpp 56 if (intChar == EOF)
90 while ((c = GetChar()) != EOF)
94 bool CStdInStream::Eof()
102 if (c == EOF && !Eof())
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 220 // Store an artificial EOF token to ensure that we don't run off the end of
222 Token Eof;
223 Eof.startToken();
224 Eof.setKind(tok::eof);
225 Eof.setLocation(Tok.getLocation());
226 Eof.setEofData(VarD);
227 Toks.push_back(Eof);
324 DefArgEnd.setKind(tok::eof);
356 if (Tok.isNot(tok::eof) || Tok.getEofData() != Param)
    [all...]
ParseDecl.cpp 180 Token Eof;
181 Eof.startToken();
182 Eof.setLocation(Tok.getLocation());
183 LA->Toks.push_back(Eof);
    [all...]
  /external/google-breakpad/src/testing/gtest/scripts/
pump.py 114 if self == Eof():
115 return 'EOF'
132 def Eof():
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/
MCAsmLexer.h 26 Eof, Error,
  /external/llvm/lib/TableGen/
TGLexer.h 32 Eof, Error,
  /external/protobuf/gtest/scripts/
pump.py 115 if self == Eof():
116 return 'EOF'
133 def Eof():
143 self.start = Eof()
147 self.end = Eof()
212 if end == Eof():
304 yield MakeToken(lines, pos, Eof(), 'code')
  /external/llvm/lib/AsmParser/
LLToken.h 21 Eof, Error,

Completed in 147 milliseconds