Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/
H A DSourceMgr.h41 bool hasNext() const { return Current < (Iterations * Sequence.size()); } in hasNext() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bitvector.h91 bool hasNext() const { return !bv_.empty(); } in hasNext() function
281 bool hasNext() const { in hasNext() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bitvector.h90 bool hasNext() const { return !bv_.empty(); } in hasNext() function
280 bool hasNext() const { in hasNext() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_bitvector.h92 bool hasNext() const { return !bv_.empty(); } in hasNext() function
282 bool hasNext() const { in hasNext() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DLookup.h639 bool hasNext() const { in hasNext() function