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

/netbsd-current/sys/external/bsd/compiler_rt/dist/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::BasicBitVector::TwoLevelBitVector::Iterator
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bitvector.h276 it1_.clear();
281 if (it1_.hasNext()) return true;
288 // Printf("++++: %zd %zd; %d %d; size %zd\n", i0_, i1_, it1_.hasNext(),
290 if (!it1_.hasNext() && !it2_.hasNext()) {
293 it1_ = typename BV::Iterator(bv_.l1_[i0_]);
294 // Printf("+i0: %zd %zd; %d %d; size %zd\n", i0_, i1_, it1_.hasNext(),
300 CHECK(it1_.hasNext());
301 i1_ = it1_.next();
303 // Printf("++i1: %zd %zd; %d %d; size %zd\n", i0_, i1_, it1_.hasNext(),
310 // it1_
319 typename BV::Iterator it1_, it2_; member in class:__sanitizer::BasicBitVector::TwoLevelBitVector::Iterator
[all...]
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bitvector.h277 it1_.clear();
282 if (it1_.hasNext()) return true;
289 // Printf("++++: %zd %zd; %d %d; size %zd\n", i0_, i1_, it1_.hasNext(),
291 if (!it1_.hasNext() && !it2_.hasNext()) {
294 it1_ = typename BV::Iterator(bv_.l1_[i0_]);
295 // Printf("+i0: %zd %zd; %d %d; size %zd\n", i0_, i1_, it1_.hasNext(),
301 CHECK(it1_.hasNext());
302 i1_ = it1_.next();
304 // Printf("++i1: %zd %zd; %d %d; size %zd\n", i0_, i1_, it1_.hasNext(),
311 // it1_
320 typename BV::Iterator it1_, it2_; member in class:__sanitizer::BasicBitVector::TwoLevelBitVector::Iterator
[all...]

Completed in 198 milliseconds