Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_bitvector.h279 it2_.clear(); in Iterator()
292 if (!it1_.hasNext() && !it2_.hasNext()) { in next()
301 if (!it2_.hasNext()) { in next()
304 it2_ = typename BV::Iterator(bv_.l2_[i0_][i1_]); in next()
308 CHECK(it2_.hasNext()); in next()
309 uptr i2 = it2_.next(); in next()
313 if (!it1_.hasNext() && !it2_.hasNext()) in next()
321 typename BV::Iterator it1_, it2_; variable