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

  /external/lzma/CPP/Common/
StdInStream.cpp 45 if (intChar == EOF)
79 while ((c = GetChar()) != EOF)
83 bool CStdInStream::Eof() throw()
91 if (c == EOF && !Eof())
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 217 // Store an artificial EOF token to ensure that we don't run off the end of
219 Token Eof;
220 Eof.startToken();
221 Eof.setKind(tok::eof);
222 Eof.setLocation(Tok.getLocation());
223 Eof.setEofData(VarD);
224 Toks.push_back(Eof);
321 DefArgEnd.setKind(tok::eof);
353 if (Tok.isNot(tok::eof) || Tok.getEofData() != Param)
    [all...]
ParseDecl.cpp 181 Token Eof;
182 Eof.startToken();
183 Eof.setLocation(Tok.getLocation());
184 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/CodeGen/MIRParser/
MILexer.h 31 Eof,
142 bool isNewlineOrEOF() const { return Kind == Newline || Kind == Eof; }
144 bool isErrorOrEOF() const { return Kind == Error || Kind == Eof; }
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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/lib/AsmParser/
LLToken.h 21 Eof, Error,

Completed in 328 milliseconds