HomeSort by: relevance | last modified time | path
    Searched defs:it2_ (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_bitvector.h 279 it2_.clear();
291 // it2_.hasNext(), kSize);
292 if (!it1_.hasNext() && !it2_.hasNext()) {
297 // it2_.hasNext(), kSize);
301 if (!it2_.hasNext()) {
304 it2_ = typename BV::Iterator(bv_.l2_[i0_][i1_]);
306 // it2_.hasNext(), kSize);
308 CHECK(it2_.hasNext());
309 uptr i2 = it2_.next();
312 // it1_.hasNext(), it2_.hasNext(), kSize, res)
321 typename BV::Iterator it1_, it2_; member in class:__sanitizer::TwoLevelBitVector::Iterator
    [all...]
sanitizer_bitvector.h 279 it2_.clear();
291 // it2_.hasNext(), kSize);
292 if (!it1_.hasNext() && !it2_.hasNext()) {
297 // it2_.hasNext(), kSize);
301 if (!it2_.hasNext()) {
304 it2_ = typename BV::Iterator(bv_.l2_[i0_][i1_]);
306 // it2_.hasNext(), kSize);
308 CHECK(it2_.hasNext());
309 uptr i2 = it2_.next();
312 // it1_.hasNext(), it2_.hasNext(), kSize, res)
321 typename BV::Iterator it1_, it2_; member in class:__sanitizer::TwoLevelBitVector::Iterator
    [all...]

Completed in 58 milliseconds