Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.h66 bool hasNext() const override { return !Staging.empty(); } in hasNext() function
70 assert(hasNext()); in peekNext()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DEntryStage.cpp33 if (!SM.hasNext()) { in getNextInstruction()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h708 bool hasNext() const { in hasNext() function
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java248 while (itr.hasNext()) { in consumeProbeData()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp2864 while (F.hasNext()) { in DiagnoseAmbiguousLookup()
3706 while (F.hasNext()) { in LookupLiteralOperator()
H A DSemaExprCXX.cpp206 while (F.hasNext()) { in getDestructorName()
2852 while (Filter.hasNext()) { in LookupGlobalDeallocationFunctions()
3067 while (Filter.hasNext()) { in FindAllocationFunctions()
H A DSemaTemplate.cpp151 while (filter.hasNext()) { in FilterAcceptableTemplateNames()
8952 while (F.hasNext()) { in RemoveLookupResult()
9248 while (F.hasNext()) { in CheckDependentFunctionTemplateSpecialization()
H A DSemaDecl.cpp1598 while (F.hasNext()) { in FilterLookupForScope()
1799 while (F.hasNext()) in RemoveUsingDecls()
2424 while (Filter.hasNext()) { in filterNonConflictingPreviousTypedefDecls()
17765 while (F.hasNext()) { in ActOnTag()
17791 while (F.hasNext()) { in ActOnTag()
H A DSemaDeclCXX.cpp13020 while (F.hasNext()) { in FilterUsingLookup()
14853 while (F.hasNext()) { in buildSingleCopyAssignRecursively()
H A DSemaOpenMP.cpp22245 while (Filter.hasNext()) { in ActOnOpenMPDeclareReductionDirectiveStart()
22499 while (Filter.hasNext()) { in ActOnOpenMPDeclareMapperDirective()