Home
last modified time | relevance | path

Searched refs:isEnd (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleList.cpp37 if (isEnd() && R.isEnd()) in operator ==()
41 if (isEnd() != R.isEnd()) in operator ==()
52 assert(!isEnd()); in operator ==()
53 assert(!R.isEnd()); in operator ==()
77 if (isEnd() && R.isEnd()) in operator -()
80 assert(!R.isEnd()); in operator -()
87 if (isEnd()) { in operator -()
98 assert(!isEnd()); in operator +=()
119 if (isEnd()) { in setValue()
133 bool DbiModuleSourceFilesIterator::isEnd() const { in isEnd() function in DbiModuleSourceFilesIterator
H A DInputFile.cpp494 bool E = isEnd(); in operator ==()
495 bool RE = R.isEnd(); in operator ==()
505 assert(!isEnd()); in operator *()
509 assert(!isEnd()); in operator *()
514 assert(Value.File && !isEnd()); in operator ++()
516 if (isEnd()) in operator ++()
532 assert(!isEnd()); in scanToNextDebugS()
545 bool SymbolGroupIterator::isEnd() const { in isEnd() function in SymbolGroupIterator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp52 bool isEnd() const { in isEnd() function in clang::comments::TextTokenRetokenizer
58 assert(!isEnd()); in setupBuffer()
73 assert(!isEnd()); in peek()
79 assert(!isEnd()); in consumeChar()
84 if (isEnd() && !addToken()) in consumeChar()
87 assert(!isEnd()); in consumeChar()
95 while (!isEnd()) { in lexTemplate()
147 while (!isEnd()) { in consumeWhitespace()
179 if (isEnd()) in lexType()
192 while (!isEnd()) { in lexType()
[all …]
H A DASTDiagnostic.cpp986 if (isEnd()) return; in InternalIterator()
1008 bool isEnd() const { in isEnd() function
1016 if (isEnd()) { in operator ++()
1052 assert(!isEnd() && "Index exceeds number of arguments."); in operator *()
1096 bool isEnd() const { in isEnd() function in __anon44eed8fe0111::TemplateDiff::TSTiterator
1097 return SugaredIterator.isEnd(); in isEnd()
1103 return DesugaredIterator.isValid() && !DesugaredIterator.isEnd(); in hasDesugaredTA()
1173 bool FromDefault = FromIter.isEnd() && !FromType.isNull(); in DiffTypes()
1174 bool ToDefault = ToIter.isEnd() && !ToType.isNull(); in DiffTypes()
1202 Tree.SetTemplateTemplateDiff(FromDecl, ToDecl, FromIter.isEnd() && FromDecl, in DiffTemplateTemplates()
[all …]
/freebsd/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; } in isEnd() function
H A DSparseMultiSet.h238 bool isEnd() const { in isEnd() function
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() && in erase()
H A Dilist_iterator.h207 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
367 bool isEnd() const { return NodePtr ? NodePtr->isSentinel() : false; }
/freebsd/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSourceMgr.h45 virtual bool isEnd() const = 0;
75 bool isEnd() const override { return !hasNext(); } in isEnd() function
H A DIncrementalSourceMgr.h62 bool isEnd() const override { return EOS; } in isEnd() function
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DEntryStage.cpp22 return static_cast<bool>(CurrentInstruction) || !SM.isEnd(); in hasWorkToComplete()
34 if (!SM.isEnd()) in getNextInstruction()
/freebsd/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/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleList.h57 bool isEnd() const;
H A DHashTable.h90 bool isEnd() const { return IsEnd; } in isEnd() function
286 assert(Entry.isEnd()); in set_as_internal()
H A DInputFile.h148 bool isEnd() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h288 bool isEnd() const { return Offset == EndMarker; } in isEnd() function
312 assert(!isEnd() && "dereferencing end iterator");
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclTemplate.h768 makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) { in makeSpecIterator() argument
769 return SpecIterator<EntryType>(isEnd ? Specs.end() : Specs.begin()); in makeSpecIterator()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp315 if (isEnd()) in prepareNextEntryOrEnd()