OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsAtEnd
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Lex/
TokenLexer.cpp
625
if (
isAtEnd
()) {
653
if (!
isAtEnd
() && Macro &&
754
auto
IsAtEnd
= [&TokenStream, &CurIdx] {
763
assert(!
IsAtEnd
() && "No token on the RHS of a paste operator!");
891
} while (!
IsAtEnd
() && TokenStream[CurIdx].is(tok::hashhash));
930
if (
isAtEnd
())
938
return Tokens[NumTokens-1].is(tok::eod) && !
isAtEnd
();
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
YAMLParser.h
400
assert((C.IsAtBeginning || C.
IsAtEnd
) && "Cannot skip mid parse!");
448
bool
IsAtEnd
= false;
505
bool
IsAtEnd
= false;
594
if (
isAtEnd
() || Other.
isAtEnd
())
595
return
isAtEnd
() && Other.
isAtEnd
();
619
bool
isAtEnd
() const { return !Doc || !*Doc; }
/src/external/gpl3/gcc/dist/libcody/
cody.hh
162
bool
IsAtEnd
() const
/src/external/gpl3/gcc.old/dist/libcody/
cody.hh
162
bool
IsAtEnd
() const
Completed in 31 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026