/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiModuleList.cpp | 37 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 D | InputFile.cpp | 494 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 D | CommentParser.cpp | 52 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 D | ASTDiagnostic.cpp | 986 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 D | fallible_iterator.h | 166 if (LHS.isEnd() && RHS.isEnd()) 177 if (LHS.isEnd()) 200 bool isEnd() const { return getErrPtr() == nullptr; } in isEnd() function
|
H A D | SparseMultiSet.h | 238 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 D | ilist_iterator.h | 207 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 D | SourceMgr.h | 45 virtual bool isEnd() const = 0; 75 bool isEnd() const override { return !hasNext(); } in isEnd() function
|
H A D | IncrementalSourceMgr.h | 62 bool isEnd() const override { return EOS; } in isEnd() function
|
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/ |
H A D | EntryStage.cpp | 22 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 D | MachineInstrBundleIterator.h | 54 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 D | DbiModuleList.h | 57 bool isEnd() const;
|
H A D | HashTable.h | 90 bool isEnd() const { return IsEnd; } in isEnd() function 286 assert(Entry.isEnd()); in set_as_internal()
|
H A D | InputFile.h | 148 bool isEnd() const;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.h | 288 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 D | DeclTemplate.h | 768 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 D | DWARFAcceleratorTable.cpp | 315 if (isEnd()) in prepareNextEntryOrEnd()
|