Home
last modified time | relevance | path

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

/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_bitvector.h92 bool hasNext() const { return !bv_.empty(); } in hasNext() function
282 bool hasNext() const { in hasNext() function
HDsanitizer_list.h128 bool hasNext() const { return current_ != 0; } in hasNext() function
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDLookup.h573 bool hasNext() const { in hasNext() function