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 56 if (intChar == EOF)
90 while ((c = GetChar()) != EOF)
94 bool CStdInStream::Eof()
102 if (c == EOF && !Eof())
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Lexicon.py 15 Str, Any, AnyBut, AnyChar, Rep, Rep1, Opt, Bol, Eol, Eof, \
88 (Eof, Method('eof_action'))
97 (Eof, 'EOF')
106 (Eof, 'EOF')
115 (Eof, 'EOF')
124 (Eof, 'EOF')
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Plex/
__init__.py 19 Bol, Eol, Eof, Empty
36 from Regexps import Opt, Rep, Bol, Eol, Eof, Case, NoCase
Regexps.py 20 EOF = 'eof'
197 ## if c == '\n' or c == EOF:
272 symbol |sym|, which is one of BOL, EOL or EOF.
282 # Sequences 'bol bol' and 'bol eof' are impossible, so only need
549 Eof = Char(EOF)
550 Eof.__doc__ = \
552 Eof is an RE which matches the end of the file.
554 Eof.str = "Eof
    [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 215 // Store an artificial EOF token to ensure that we don't run off the end of
217 Token Eof;
218 Eof.startToken();
219 Eof.setKind(tok::eof);
220 Eof.setLocation(Tok.getLocation());
221 Toks.push_back(Eof);
360 while (Tok.getLocation() != origLoc && Tok.isNot(tok::eof))
428 while (Tok.getLocation() != origLoc && Tok.isNot(tok::eof))
439 while (Tok.getLocation() != origLoc && Tok.isNot(tok::eof))
    [all...]
ParseDecl.cpp 178 Token Eof;
179 Eof.startToken();
180 Eof.setLocation(Tok.getLocation());
181 LA->Toks.push_back(Eof);
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 26 Eof, Error,
  /external/llvm/lib/TableGen/
TGLexer.h 32 Eof, Error,
  /external/chromium_org/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/lib/AsmParser/
LLToken.h 21 Eof, Error,

Completed in 158 milliseconds