Searched refs:it1_ (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h278 it1_.clear();
283 if (it1_.hasNext()) return true;
290 // Printf("++++: %zd %zd; %d %d; size %zd\n", i0_, i1_, it1_.hasNext(),
292 if (!it1_.hasNext() && !it2_.hasNext()) {
295 it1_ = typename BV::Iterator(bv_.l1_[i0_]);
296 // Printf("+i0: %zd %zd; %d %d; size %zd\n", i0_, i1_, it1_.hasNext(),
302 CHECK(it1_.hasNext());
303 i1_ = it1_.next();
305 // Printf("++i1: %zd %zd; %d %d; size %zd\n", i0_, i1_, it1_.hasNext(),
312 // it1_
321 typename BV::Iterator it1_, it2_; member in class:__sanitizer::TwoLevelBitVector::Iterator
[all...]

Completed in 47 milliseconds