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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DSourceMgr.h41 bool hasNext() const { return Current < (Iterations * Sequence.size()); } function in class:llvm::mca::SourceMgr
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_bitvector.h92 bool hasNext() const { return !bv_.empty(); } function in class:__sanitizer::BasicBitVector::Iterator
282 bool hasNext() const { function in class:__sanitizer::BasicBitVector::TwoLevelBitVector::Iterator
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bitvector.h90 bool hasNext() const { return !bv_.empty(); } function in class:__sanitizer::BasicBitVector::Iterator
280 bool hasNext() const { function in class:__sanitizer::BasicBitVector::TwoLevelBitVector::Iterator
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/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...]
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DLookup.h639 bool hasNext() const { function in class:clang::LookupResult::Filter

Completed in 142 milliseconds