Searched refs:end_ (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/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_array_ref.h | 31 constexpr ArrayRef(const T *begin, const T *end) : begin_(begin), end_(end) { in ArrayRef() 46 const T *end() const { return end_; } in end() 48 bool empty() const { return begin_ == end_; } in empty() 50 uptr size() const { return end_ - begin_; } in size() 108 const T *end_ = nullptr; variable
|
| /freebsd/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-param-util.h | 217 end_(end), in RangeGenerator() 226 return new Iterator(this, end_, end_index_, step_); in End() 287 const T end_; variable 853 end_(std::get<I>(generators).end()...), in GTEST_DISABLE_MSC_WARNINGS_POP_() 854 current_(is_end ? end_ : begin_) { in GTEST_DISABLE_MSC_WARNINGS_POP_() 903 if (std::get<ThisI>(current_) != std::get<ThisI>(end_)) return; in GTEST_DISABLE_MSC_WARNINGS_POP_() 924 (at_end = at_end || std::get<I>(current_) == std::get<I>(end_))...}; in GTEST_DISABLE_MSC_WARNINGS_POP_() 931 std::tuple<typename ParamGenerator<T>::iterator...> end_; in GTEST_DISABLE_MSC_WARNINGS_POP_() local 979 : base_(base), it_(it), end_(end) { in Iterator() 980 if (it_ != end_) in Iterator() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_errors.h | 323 uptr beg_, uptr end_, in ErrorBadParamsToAnnotateContiguousContainer() 328 end(end_), in ErrorBadParamsToAnnotateContiguousContainer()
|