Searched refs:isEnd (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp36 if (isEnd() && R.isEnd())
40 if (isEnd() != R.isEnd())
51 assert(!isEnd());
52 assert(!R.isEnd());
76 if (isEnd() && R.isEnd())
79 assert(!R.isEnd());
86 if (isEnd()) {
132 bool DbiModuleSourceFilesIterator::isEnd() const { function in class:DbiModuleSourceFilesIterator
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dfallible_iterator.h166 if (LHS.isEnd() && RHS.isEnd())
177 if (LHS.isEnd())
200 bool isEnd() const { return getErrPtr() == nullptr; } function in class:llvm::fallible_iterator
H A DSparseMultiSet.h232 bool isEnd() const { function in class:llvm::SparseMultiSet::iterator_base
268 assert((isEnd() || SparseIdx == RHS.SparseIdx) &&
283 assert((isEnd() || !SMS->isHead(SMS->Dense[Idx])) &&
287 if (isEnd())
295 assert(!isEnd() && isKeyed() && "Incrementing an invalid/end iterator");
467 assert(I.isKeyed() && !I.isEnd() && !Dense[I.Idx].isTombstone() &&
H A Dilist_iterator.h175 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; } function in class:llvm::ilist_iterator
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp446 bool E = isEnd();
447 bool RE = R.isEnd();
457 assert(!isEnd());
461 assert(!isEnd());
466 assert(Value.File && !isEnd());
468 if (isEnd())
484 assert(!isEnd());
497 bool SymbolGroupIterator::isEnd() const { function in class:SymbolGroupIterator
H A DInputFile.h145 bool isEnd() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp52 bool isEnd() const { function in class:clang::comments::TextTokenRetokenizer
58 assert(!isEnd());
73 assert(!isEnd());
79 assert(!isEnd());
84 if (isEnd() && !addToken())
87 assert(!isEnd());
122 while (!isEnd()) {
154 if (isEnd())
163 while (!isEnd()) {
187 if (isEnd())
[all...]
H A DASTDiagnostic.cpp953 if (isEnd()) return;
974 /// isEnd - Returns true if the iterator is one past the end.
975 bool isEnd() const { function in struct:__anon1557::TemplateDiff::TSTiterator::InternalIterator
983 if (isEnd()) {
1019 assert(!isEnd() && "Index exceeds number of arguments.");
1062 /// isEnd - Returns true if no more TemplateArguments are available.
1063 bool isEnd() const { function in class:__anon1557::TemplateDiff::TSTiterator
1064 return SugaredIterator.isEnd();
1070 return DesugaredIterator.isValid() && !DesugaredIterator.isEnd();
1137 bool FromDefault = FromIter.isEnd()
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h59 bool isEnd() const;
H A DHashTable.h94 bool isEnd() const { return IsEnd; } function in class:llvm::pdb::HashTableIterator
290 assert(Entry.isEnd());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstrBundleIterator.h54 if (!I.isEnd())
62 if (!I.isEnd())
133 assert((!MI.getNodePtr() || MI.isEnd() || !MI->isBundledWithPred()) &&
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h805 makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) { argument
806 return SpecIterator<EntryType>(isEnd ? Specs.end() : Specs.begin());

Completed in 276 milliseconds