OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Eof
(Results
1 - 9
of
9
) 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
228
// Store an artificial
EOF
token to ensure that we don't run off the end of
230
Token
Eof
;
231
Eof
.startToken();
232
Eof
.setKind(tok::
eof
);
233
Eof
.setLocation(Tok.getLocation());
234
Toks.push_back(
Eof
);
365
while (Tok.getLocation() != origLoc && Tok.isNot(tok::
eof
))
433
while (Tok.getLocation() != origLoc && Tok.isNot(tok::
eof
))
444
while (Tok.getLocation() != origLoc && Tok.isNot(tok::
eof
))
[
all
...]
ParseDecl.cpp
158
Token
Eof
;
159
Eof
.startToken();
160
Eof
.setLocation(Tok.getLocation());
161
LA->Toks.push_back(
Eof
);
[
all
...]
/external/chromium/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/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
25
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 718 milliseconds