Home
last modified time | relevance | path

Searched refs:hasNext (Results 1 – 12 of 12) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MCA/
HDSourceMgr.h42 virtual bool hasNext() const = 0;
72 bool hasNext() const override { in hasNext() function
75 bool isEnd() const override { return !hasNext(); } in isEnd()
78 assert(hasNext() && "Already at end of sequence!"); in peekNext()
HDIncrementalSourceMgr.h61 bool hasNext() const override { return !Staging.empty(); } in hasNext() function
65 assert(hasNext()); in peekNext()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_bitvector.h91 bool hasNext() const { return !bv_.empty(); } in hasNext() function
281 bool hasNext() const { in hasNext() function
282 if (it1_.hasNext()) return true; in hasNext()
291 if (!it1_.hasNext() && !it2_.hasNext()) { in next()
300 if (!it2_.hasNext()) { in next()
301 CHECK(it1_.hasNext()); in next()
307 CHECK(it2_.hasNext()); in next()
312 if (!it1_.hasNext() && !it2_.hasNext()) in next()
HDsanitizer_bvgraph.h135 for (typename BV::Iterator it(v[from]); it.hasNext(); ) { in findPath()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
HDEntryStage.cpp33 if (!SM.hasNext()) { in getNextInstruction()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDLookup.h706 bool hasNext() const { in hasNext() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaLookup.cpp2826 while (F.hasNext()) { in DiagnoseAmbiguousLookup()
3613 while (F.hasNext()) { in LookupLiteralOperator()
HDSemaDecl.cpp1581 while (F.hasNext()) { in FilterLookupForScope()
1782 while (F.hasNext()) in RemoveUsingDecls()
2406 while (Filter.hasNext()) { in filterNonConflictingPreviousTypedefDecls()
17259 while (F.hasNext()) { in ActOnTag()
17285 while (F.hasNext()) { in ActOnTag()
HDSemaExprCXX.cpp227 while (F.hasNext()) { in getDestructorName()
2834 while (Filter.hasNext()) { in FindAllocationFunctions()
HDSemaTemplate.cpp154 while (filter.hasNext()) { in FilterAcceptableTemplateNames()
8760 while (F.hasNext()) { in CheckDependentFunctionTemplateSpecialization()
HDSemaDeclCXX.cpp12693 while (F.hasNext()) { in FilterUsingLookup()
14563 while (F.hasNext()) { in buildSingleCopyAssignRecursively()
HDSemaOpenMP.cpp21347 while (Filter.hasNext()) { in ActOnOpenMPDeclareReductionDirectiveStart()
21603 while (Filter.hasNext()) { in ActOnOpenMPDeclareMapperDirective()