| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ | 
| sanitizer_vector.h | 29       , end_() 42     end_ = 0;
 47     return end_ - begin_;
 51     DCHECK_LT(i, end_ - begin_);
 56     DCHECK_LT(i, end_ - begin_);
 62     T *p = &end_[-1];
 69     T *p = &end_[-1];
 75     DCHECK_GT(end_, begin_);
 76     end_--;
 81       end_ = begin_
 98  T *end_;  member in class:__sanitizer::Vector
 [all...]
 | 
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ | 
| tsan_clock.h | 52     // [pos_, end_) is the current continuous range of clock elements. 54     ClockElem *end_;  member in class:__tsan::SyncClock::Iter
 204     , end_(nullptr)
 212   if (UNLIKELY(pos_ >= end_))
 
 | 
| tsan_clock.cc | 584     end_ = pos_ + min(parent_->size_ - block_ * ClockBlock::kClockCount, 592     end_ = pos_ + min(parent_->size_ - block_ * ClockBlock::kClockCount,
 
 | 
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ | 
| asan_errors.h | 308                                               uptr beg_, uptr end_, 313         end(end_),
 
 |