Home
last modified time | relevance | path

Searched defs:atEnd (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h279 bool atEnd() const { return Data == DataEnd; } in atEnd() function
414 bool atEnd() const override { in atEnd() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstIterator.h107 inline bool atEnd() const { return BB == BBs->end(); } in atEnd() function
H A DValue.h188 bool atEnd() const { return *this == user_iterator_impl(); } in atEnd() function
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h1043 bool atEnd() const { return Op == nullptr; } in atEnd() function
1151 bool atEnd() const { return Op == nullptr; } in atEnd() function
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dbacktracking.d94 @property bool atEnd(){ return index == s.lastIndex && s.atEnd; } in BacktrackingMatcher() function
H A Dthompson.d785 @property bool atEnd(){ return index == s.lastIndex && s.atEnd; } in atEnd() function
H A Dir.d622 @property bool atEnd(){ in atEnd() function
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dthompson.d786 @property bool atEnd(){ return index == s.lastIndex && s.atEnd; } in atEnd() function
H A Dbacktracking.d97 @property bool atEnd(){ return index == s.lastIndex && s.atEnd; } in atEnd() function
H A Dir.d811 @property bool atEnd(){ in atEnd() function
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp2232 Parser::ParseObjCAtEndDeclaration(SourceRange atEnd) { in ParseObjCAtEndDeclaration()
/netbsd/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp243 bool atEnd() const noexcept { in atEnd() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h1100 void setAtEndRange(SourceRange atEnd) { AtEnd = atEnd; } in setAtEndRange()