Searched defs:hasNext (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MCA/
H A DSourceMgr.h41 bool hasNext() const { return Current < (Iterations * Sequence.size()); } function in class:llvm::mca::SourceMgr
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h91 bool hasNext() const { return !bv_.empty(); } function in class:__sanitizer::BasicBitVector::Iterator
281 bool hasNext() const { function in class:__sanitizer::BasicBitVector::TwoLevelBitVector::Iterator
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h639 bool hasNext() const { function in class:clang::LookupResult::Filter

Completed in 205 milliseconds