| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| H A D | sanitizer_vector.h | 29 , end_() in Vector() 42 end_ = 0; in Reset() 47 return end_ - begin_; in Size() 51 DCHECK_LT(i, end_ - begin_); 56 DCHECK_LT(i, end_ - begin_); 62 T *p = &end_[-1]; in PushBack() 69 T *p = &end_[-1]; in PushBack() 75 DCHECK_GT(end_, begin_); in PopBack() 76 end_--; in PopBack() 81 end_ = begin_; in Resize() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_vector.h | 26 Vector() : begin_(), end_(), last_() {} in Vector() 37 end_ = 0; in Reset() 42 return end_ - begin_; in Size() 46 DCHECK_LT(i, end_ - begin_); 51 DCHECK_LT(i, end_ - begin_); 57 T *p = &end_[-1]; in PushBack() 64 T *p = &end_[-1]; in PushBack() 70 DCHECK_GT(end_, begin_); in PopBack() 71 end_--; in PopBack() 76 end_ = begin_; in Resize() [all …]
|
| H A D | sanitizer_common.h | 1061 ArrayRef(T *begin, T *end) : begin_(begin), end_(end) {} in ArrayRef() 1064 T *end() { return end_; } in end() 1068 T *end_ = nullptr; variable
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_vector.h | 27 , end_() in Vector() 40 end_ = 0; in Reset() 45 return end_ - begin_; in Size() 49 DCHECK_LT(i, end_ - begin_); 54 DCHECK_LT(i, end_ - begin_); 60 T *p = &end_[-1]; in PushBack() 67 T *p = &end_[-1]; in PushBack() 73 DCHECK_GT(end_, begin_); in PopBack() 74 end_--; in PopBack() 79 end_ = begin_; in Resize() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_vector.h | 28 , end_() in Vector() 41 end_ = 0; in Reset() 46 return end_ - begin_; in Size() 50 DCHECK_LT(i, end_ - begin_); 55 DCHECK_LT(i, end_ - begin_); 61 T *p = &end_[-1]; in PushBack() 68 T *p = &end_[-1]; in PushBack() 74 DCHECK_GT(end_, begin_); in PopBack() 75 end_--; in PopBack() 80 end_ = begin_; in Resize() [all …]
|
| H A D | tsan_clock.h | 52 ClockElem *end_; variable 202 , end_(nullptr) in Iter() 210 if (UNLIKELY(pos_ >= end_))
|
| H A D | tsan_clock.cc | 582 end_ = pos_ + min(parent_->size_ - block_ * ClockBlock::kClockCount, in Next() 590 end_ = pos_ + min(parent_->size_ - block_ * ClockBlock::kClockCount, in Next()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/src/ |
| H A D | debug.cpp | 260 while (p->end_ != p->beg_) in __invalidate_all() 262 --p->end_; in __invalidate_all() 263 (*p->end_)->__c_ = nullptr; in __invalidate_all() 352 while (p->end_ != p->beg_) in __erase_c() 354 --p->end_; in __erase_c() 355 (*p->end_)->__c_ = nullptr; in __erase_c() 467 std::swap(p1->end_, p2->end_); in swap() 469 for (__i_node** p = p1->beg_; p != p1->end_; ++p) in swap() 471 for (__i_node** p = p2->beg_; p != p2->end_; ++p) in swap() 487 if (end_ == cap_) in __add() [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_clock.h | 54 ClockElem *end_; variable 204 , end_(nullptr) in Iter() 212 if (UNLIKELY(pos_ >= end_))
|
| H A D | tsan_clock.cc | 584 end_ = pos_ + min(parent_->size_ - block_ * ClockBlock::kClockCount, in Next() 592 end_ = pos_ + min(parent_->size_ - block_ * ClockBlock::kClockCount, in Next()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
| H A D | gtest-param-util.h | 208 : begin_(begin), end_(end), in RangeGenerator() 216 return new Iterator(this, end_, end_index_, step_); in End() 277 const T end_; variable 778 end_(std::get<I>(generators).end()...), in IteratorImpl() 779 current_(is_end ? end_ : begin_) { in IteratorImpl() 828 if (std::get<ThisI>(current_) != std::get<ThisI>(end_)) return; in AdvanceIfEnd() 849 (at_end = at_end || std::get<I>(current_) == std::get<I>(end_))...}; in AtEnd() 856 std::tuple<typename ParamGenerator<T>::iterator...> end_; variable
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_clock.h | 53 ClockElem *end_; variable 271 , end_(nullptr) in Iter() 279 if (UNLIKELY(pos_ >= end_))
|
| H A D | tsan_clock.cpp | 611 end_ = pos_ + min(parent_->size_ - block_ * ClockBlock::kClockCount, in Next() 619 end_ = pos_ + min(parent_->size_ - block_ * ClockBlock::kClockCount, in Next()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | list | 803 _VSTD::swap(__cn1->end_, __cn2->end_); 805 for (__i_node** __p = __cn1->end_; __p != __cn1->beg_;) 812 if (--__cn1->end_ != __p) 813 _VSTD::memmove(__p, __p+1, (__cn1->end_ - __p)*sizeof(__i_node*)); 818 for (__i_node** __p = __cn2->end_; __p != __cn2->beg_;) 825 if (--__cn2->end_ != __p) 826 _VSTD::memmove(__p, __p+1, (__cn2->end_ - __p)*sizeof(__i_node*)); 1753 for (__i_node** __p = __c->end_; __p != __c->beg_; ) 1760 if (--__c->end_ != __p) 1761 _VSTD::memmove(__p, __p+1, (__c->end_ - __p)*sizeof(__i_node*)); [all …]
|
| H A D | __debug | 111 __i_node** end_; 125 : __c_(__c), __next_(__next), beg_(nullptr), end_(nullptr), cap_(nullptr) {}
|
| H A D | format | 33 iterator end_; // exposition only
|
| /netbsd-src/external/gpl2/groff/dist/src/utils/hpftodit/ |
| H A D | hpftodit.cpp | 155 const unsigned char *end_; member in File 423 end_ = buf_ + sb.st_size; in File() 429 if (end_ - ptr_ < n) in skip() 437 if (uint32(end_ - buf_) < n) in seek() 445 if (ptr_ >= end_) in get_byte() 453 if (end_ - ptr_ < 2) in get_uint16() 462 if (end_ - ptr_ < 4) in get_uint32() 473 if (end_ - ptr_ < 4) in get_uint32()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | basic-block.h | 75 rtx_insn *end_; member 263 #define BB_END(B) (B)->il.x.rtl->end_
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| H A D | asan_errors.h | 323 uptr beg_, uptr end_, in ErrorBadParamsToAnnotateContiguousContainer() 328 end(end_), in ErrorBadParamsToAnnotateContiguousContainer()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| H A D | asan_errors.h | 308 uptr beg_, uptr end_, in ErrorBadParamsToAnnotateContiguousContainer() 313 end(end_), in ErrorBadParamsToAnnotateContiguousContainer()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| H A D | asan_errors.h | 306 uptr beg_, uptr end_, in ErrorBadParamsToAnnotateContiguousContainer() 311 end(end_), in ErrorBadParamsToAnnotateContiguousContainer()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | basic-block.h | 75 rtx_insn *end_; member 263 #define BB_END(B) (B)->il.x.rtl->end_
|
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | layout.cc | 121 if (p->start_ <= start && p->end_ >= end) in remove() 125 if (p->start_ + 3 >= start && p->end_ <= end + 3) in remove() 131 else if (p->end_ <= end + 3) in remove() 132 p->end_ = start; in remove() 181 if (end > p->end_ && p->end_ == this->length_ && this->extend_) in allocate() 184 p->end_ = end; in allocate() 186 if (end == p->end_ || (end <= p->end_ - this->min_hole_)) in allocate() 188 if (p->start_ + fuzz >= start && p->end_ <= end + fuzz) in allocate() 192 else if (p->end_ <= end + fuzz) in allocate() 193 p->end_ = start; in allocate() [all …]
|
| H A D | layout.h | 82 : start_(start), end_(end) in Free_list_node() 85 off_t end_; member
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | layout.cc | 124 if (p->start_ <= start && p->end_ >= end) in remove() 128 if (p->start_ + 3 >= start && p->end_ <= end + 3) in remove() 134 else if (p->end_ <= end + 3) in remove() 135 p->end_ = start; in remove() 184 if (end > p->end_ && p->end_ == this->length_ && this->extend_) in allocate() 187 p->end_ = end; in allocate() 189 if (end == p->end_ || (end <= p->end_ - this->min_hole_)) in allocate() 191 if (p->start_ + fuzz >= start && p->end_ <= end + fuzz) in allocate() 195 else if (p->end_ <= end + fuzz) in allocate() 196 p->end_ = start; in allocate() [all …]
|