Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MCA/
H A DSourceMgr.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()
H A DIncrementalSourceMgr.h61 bool hasNext() const override { return !Staging.empty(); } in hasNext() function
65 assert(hasNext()); in peekNext()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_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()
H A Dsanitizer_bvgraph.h135 for (typename BV::Iterator it(v[from]); it.hasNext(); ) { in findPath()
/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/grammar/
H A DLRGraph.cpp45 if (L.hasNext() && R.hasNext() && L.next(G) != R.next(G)) in operator ()()
47 if (L.hasNext() != R.hasNext()) in operator ()()
48 return L.hasNext() < R.hasNext(); // a trailing dot is minimal. in operator ()()
71 if (!ExpandingItem.hasNext()) in closure()
102 AllItems = AllItems.drop_while([](const Item &I) { return !I.hasNext(); }); in nextAvailableKernelItems()
106 assert(I.hasNext()); in nextAvailableKernelItems()
H A DLRTableBuild.cpp109 if (G.lookupRule(I.rule()).Target == G.underscore() && !I.hasNext()) in buildSLR()
111 if (!I.hasNext()) in buildSLR()
/llvm-project-15.0.7/clang-tools-extra/pseudo/include/clang-pseudo/grammar/
H A DLRGraph.h67 bool hasNext() const { return DotPos < RuleLength; } in hasNext() function
69 assert(hasNext()); in next()
74 assert(hasNext()); in advance()
/llvm-project-15.0.7/llvm/lib/MCA/Stages/
H A DEntryStage.cpp33 if (!SM.hasNext()) { in getNextInstruction()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_bitvector_test.cpp37 for (typename BV::Iterator it(bv); it.hasNext();) { in CheckBV()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DLookup.h665 bool hasNext() const { in hasNext() function
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp2848 while (F.hasNext()) { in DiagnoseAmbiguousLookup()
3650 while (F.hasNext()) { in LookupLiteralOperator()
H A DSemaDecl.cpp1593 while (F.hasNext()) { in FilterLookupForScope()
1797 while (F.hasNext()) in RemoveUsingDecls()
2418 while (Filter.hasNext()) { in filterNonConflictingPreviousTypedefDecls()
16393 while (F.hasNext()) { in ActOnTag()
16419 while (F.hasNext()) { in ActOnTag()
H A DSemaExprCXX.cpp223 while (F.hasNext()) { in getDestructorName()
2746 while (Filter.hasNext()) { in FindAllocationFunctions()
H A DSemaTemplate.cpp150 while (filter.hasNext()) { in FilterAcceptableTemplateNames()
9004 while (F.hasNext()) { in CheckDependentFunctionTemplateSpecialization()
H A DSemaDeclCXX.cpp12265 while (F.hasNext()) { in FilterUsingLookup()
14142 while (F.hasNext()) { in buildSingleCopyAssignRecursively()
H A DSemaOpenMP.cpp21817 while (Filter.hasNext()) { in ActOnOpenMPDeclareReductionDirectiveStart()
22069 while (Filter.hasNext()) { in ActOnOpenMPDeclareMapperDirective()