/llvm-project/libcxx/test/std/ranges/range.adaptors/range.common.view/ |
H A D | end.pass.cpp | 30 …std::same_as<RandomAccessIter> auto end = common.end(); // Note this should NOT be the sentinel ty… in test() local 38 …std::same_as<RandomAccessIter> auto end = common.end(); // Note this should NOT be the sentinel ty… in test() local 58 std::same_as<CommonForwardIter> auto end = common.end(); in main() local 64 std::same_as<CommonIntIter> auto end = common.end(); in main() local 72 std::same_as<CommonForwardIter> auto end = common.end(); in main() local 78 std::same_as<CommonIntIter> auto end = common.end(); in main() local
|
/llvm-project/llvm/utils/ |
H A D | bisect-skip-count | 48 end = args.skipend variable 64 end = count variable 70 end = count variable 74 end = args.countend variable 90 end = count variable
|
/llvm-project/clang/test/SemaCXX/ |
H A D | goto.cpp | 4 double *end; variable 8 int end = 0; in f() local 23 float* end; variable 27 int end = 0; in f() local 46 void h(int end) { in h() 52 void h2(int end) { in h2() 54 __label__ end; in h2() local
|
/llvm-project/libcxx/include/__ranges/ |
H A D | elements_view.h | 100 _LIBCPP_HIDE_FROM_ABI constexpr auto end() in end() function 106 _LIBCPP_HIDE_FROM_ABI constexpr auto end() in end() function 112 _LIBCPP_HIDE_FROM_ABI constexpr auto end() const in end() function 118 _LIBCPP_HIDE_FROM_ABI constexpr auto end() const in end() function
|
H A D | transform_view.h | 105 _LIBCPP_HIDE_FROM_ABI constexpr __sentinel<false> end() { return __sentinel<false>(ranges::end(__base_)); } in end() function 104 _LIBCPP_HIDE_FROM_ABI constexpr __sentinel<false> end() { return __sentinel<false>(ranges::end(__base_)); } end() function 110 _LIBCPP_HIDE_FROM_ABI constexpr __sentinel<true> end() const end() function 115 _LIBCPP_HIDE_FROM_ABI constexpr __iterator<true> end() const end() function
|
/llvm-project/lldb/source/Symbol/ |
H A D | VariableList.cpp | 64 iterator pos, end = m_variables.end(); in FindVariableIndex() local 75 iterator pos, end = m_variables.end(); in FindVariable() local 91 iterator pos, end = m_variables.end(); in FindVariable() local 105 iterator pos, end = m_variables.end(); in AppendVariablesIfUnique() local 115 iterator pos, end = m_variables.end(); in AppendVariablesIfUnique() local 132 iterator pos, end = m_variables.end(); in AppendVariablesWithScope() local 149 const iterator end = m_variables.end(); in FindIndexForVariable() local 159 const_iterator pos, end = m_variables.end(); in MemorySize() local 172 const_iterator pos, end = m_variables.end(); in Dump() local
|
H A D | TypeMap.cpp | 37 iterator pos, end = m_types.end(); in InsertUnique() local 84 iterator pos, end; in GetTypeAtIndex() local 102 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() local 110 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() local 119 for (iterator pos = m_types.find(uid), end = m_types.end(); in Remove() local
|
H A D | TypeList.cpp | 67 iterator pos, end; in GetTypeAtIndex() local 80 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() local 88 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) { in ForEach() local 95 for (iterator pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) in Dump() local
|
/llvm-project/libcxx/test/std/utilities/format/format.formatter/format.formatter.spec/ |
H A D | formatter.floating_point.pass.cpp | 94 auto end = buffer.begin() + size; test_hex_lower_case_precision() local 117 auto end = buffer.begin() + size; test_hex_lower_case_precision() local 143 auto end = buffer.begin() + size; test_hex_upper_case_precision() local 167 auto end = buffer.begin() + size; test_hex_upper_case_precision() local 194 auto end = buffer.begin() + size; test_scientific_lower_case_precision() local 217 auto end = buffer.begin() + size; test_scientific_lower_case_precision() local 243 auto end = buffer.begin() + size; test_scientific_upper_case_precision() local 267 auto end = buffer.begin() + size; test_scientific_upper_case_precision() local 294 auto end = buffer.begin() + size; test_fixed_lower_case_precision() local 317 auto end = buffer.begin() + size; test_fixed_lower_case_precision() local 343 auto end = buffer.begin() + size; test_fixed_upper_case_precision() local 367 auto end = buffer.begin() + size; test_fixed_upper_case_precision() local 394 auto end = buffer.begin() + size; test_general_lower_case_precision() local 417 auto end = buffer.begin() + size; test_general_lower_case_precision() local 443 auto end = buffer.begin() + size; test_general_upper_case_precision() local 467 auto end = buffer.begin() + size; test_general_upper_case_precision() local [all...] |
/llvm-project/compiler-rt/test/metadata/ |
H A D | common.h | 18 template <typename T> T consume(const char *&pos, const char *end) { in consume() 28 uint64_t consume_uleb128(const char *&pos, const char *end) { in consume_uleb128() 53 const char *end) { in __sanitizer_metadata_covered_add() 76 const char *end) { in __sanitizer_metadata_covered_del() 83 const char *end) { in __sanitizer_metadata_atomics_add() 92 const char *end) { in __sanitizer_metadata_atomics_del()
|
/llvm-project/libcxx/include/__iterator/ |
H A D | access.h | 28 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _Tp* end(_Tp (&__array)[_Np]) _NOEXCEPT { in end() function 82 _LIBCPP_HIDE_FROM_ABI typename _Cp::iterator end(_Cp& __c) { end() function 87 _LIBCPP_HIDE_FROM_ABI typename _Cp::const_iterator end(const _Cp& __c) { end() function [all...] |
/llvm-project/libcxx/test/std/ranges/range.access/ |
H A D | end.pass.cpp | 44 constexpr const int *end() const { return &x; } in end() function 126 constexpr int *end() { return &x; } in end() function 135 constexpr int *end() const { return &globalBuff[0]; } in end() function 144 constexpr const int *end() const { return &x; } in end() function 158 constexpr const Empty *end() const { return &x; } in end() function 188 friend constexpr const int *end(EndFunction const& bf) { return &bf.x; } in end() function 231 friend constexpr int *end(EndFunctionByValue) { return &globalBuff[1]; } in end() function 237 friend constexpr int *end(EndFunctionEnabledBorrowing) { return &globalBuff[2]; } in end() function 245 friend constexpr const Empty *end(EndFunctionReturnsEmptyPtr const& bf) { return &bf.x; } in end() function 250 int end; member [all …]
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.drop/ |
H A D | types.h | 42 constexpr drop_sentinel<int> end() { return drop_sentinel<int>{globalBuff + size(), num_of_sentinel_cmp_calls}; } in end() function 43 constexpr auto end() const { in end() function 55 constexpr int *end() const { return globalBuff + 8; } in end() function 67 constexpr int *end() const { return globalBuff + 8; } in end() function 76 constexpr forward_iterator<int*> end() const { return forward_iterator<int*>(globalBuff + 8); } in end() function 112 constexpr int* end() const { return globalBuff + 8; } end() function 126 constexpr CountedIter end() const { return CountedIter(ForwardIter(globalBuff + 8)); } end() function 133 constexpr int* end() const { return end_; } end() function [all...] |
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_leb128.h | 18 It EncodeSLEB128(T value, It begin, It end) { in EncodeSLEB128() 36 It DecodeSLEB128(It begin, It end, T* v) { in DecodeSLEB128() 55 It EncodeULEB128(T value, It begin, It end) { in EncodeULEB128() 69 It DecodeULEB128(It begin, It end, T* v) { in DecodeULEB128()
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.zip/ |
H A D | types.h | 44 constexpr int* end() in end() function 49 constexpr const int* end() const { return buffer_ + size_; } in end() function 73 constexpr iterator end() in end() function 77 constexpr const_iterator end() const { return const_iterator(buffer_ + size_); } in end() function 97 constexpr sentinel_wrapper<int*> end() in end() function 101 …constexpr sentinel_wrapper<const int*> end() const { return sentinel_wrapper<const int*>(buffer_ +… in end() function 121 constexpr sentinel_wrapper<int*> end() in end() function 125 …constexpr sentinel_wrapper<const int*> end() const { return sentinel_wrapper<const int*>(buffer_ +… in end() function 152 constexpr sentinel_wrapper<iterator> end() in end() function 156 constexpr sentinel_wrapper<const_iterator> end() const { in end() function [all …]
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.take.while/ |
H A D | types.h | 37 constexpr int* end() const { return buffer_ + size_; } in end() function 44 constexpr int* end() { return buffer_ + size_; } in end() function 52 constexpr const int* end() const { return buffer_ + size_; } in end() function 54 constexpr int* end() { return buffer_ + size_; } in end() function
|
/llvm-project/libcxx/test/libcxx/ranges/range.adaptors/range.lazy.split/ |
H A D | types.h | 25 …constexpr forward_iterator<const char*> end() const { return forward_iterator<const char*>(nullptr… in end() function 38 constexpr sentinel_wrapper<cpp20_input_iterator<char*>> end() { in end() function 42 constexpr sentinel_wrapper<cpp20_input_iterator<const char*>> end() const { in end() function 56 …constexpr forward_iterator<const char*> end() const { return forward_iterator<const char*>(nullptr… in end() function
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.filter/ |
H A D | end.pass.cpp | 25 constexpr Sentinel end() const { return Sentinel(Iterator(end_)); } in end() function 36 constexpr Iterator end() const { return Iterator(end_); } in end() function 60 auto end = view.end(); in test() local 69 auto end = view.end(); in test() local 79 auto end = view.end(); in test() local 90 auto end = view.end(); in test() local 101 auto end = view.end(); in test() local
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.chunk.by/ |
H A D | end.pass.cpp | 28 constexpr Sentinel end() const { return Sentinel(Iterator(end_)); } in end() function 42 constexpr Iterator end() const { return Iterator(end_); } in end() function 70 auto end = view.end(); in test() local 79 auto end = view.end(); in test() local 89 auto end = view.end(); in test() local 99 auto end = view.end(); in test() local 108 auto end = view.end(); in test() local
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.take/ |
H A D | types.h | 18 constexpr sentinel_wrapper<int*> end() const {return sentinel_wrapper<int*>{ptr_ + 8};} in end() function 29 constexpr sentinel_wrapper<int*> end() const {return sentinel_wrapper<int*>{ptr_ + 8};} in end() function 40 constexpr auto end() const { return sized_sentinel<ForwardIter>(ForwardIter(ptr_ + 8)); } in end() function 51 …constexpr auto end() const { return sized_sentinel<RandomAccessIter>(RandomAccessIter(ptr_ + 8)); } in end() function 61 constexpr int* end() const { return end_; } in end() function 73 constexpr Iter<int*> end() const { return Iter<int*>(end_); } in end() function 80 constexpr Iter<const int*> end() in end() function
|
/llvm-project/libc/src/__support/ |
H A D | fixedvector.h | 28 FixedVector(iterator begin,iterator end) FixedVector() argument 34 FixedVector(const_iterator begin,const_iterator end) FixedVector() argument 92 LIBC_INLINE constexpr iterator end() { return iterator{&store[item_count]}; } end() function 95 LIBC_INLINE constexpr const_iterator end() const { end() function
|
/llvm-project/mlir/include/mlir/IR/ |
H A D | Threading.h | 37 IteratorT end, FuncT &&func) { in failableParallelForEach() 106 size_t end, FuncT &&func) { in failableParallelForEachN() 117 void parallelForEach(MLIRContext *context, IteratorT begin, IteratorT end, in parallelForEach() 141 void parallelFor(MLIRContext *context, size_t begin, size_t end, FuncT &&func) { in parallelFor()
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | StringConvert.cpp | 18 char *end = nullptr; in ToSInt64() local 34 char *end = nullptr; in ToUInt64() local 49 char *end = nullptr; in ToDouble() local
|
/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanStepUntil.cpp | 89 until_collection::iterator pos, end = m_until_points.end(); in Clear() local 111 until_collection::iterator pos, end = m_until_points.end(); in GetDescription() local 135 until_collection::iterator pos, end = m_until_points.end(); in ValidatePlan() local 192 until_collection::iterator pos, end = m_until_points.end(); in AnalyzeStop() local 285 until_collection::iterator pos, end = m_until_points.end(); in DoWillResume() local 305 until_collection::iterator pos, end = m_until_points.end(); in WillStop() local
|
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/ |
H A D | ranges_rotate.pass.cpp | 79 auto end = Sent(Iter(in.data() + in.size())); in test_one() local 91 auto end = Sent(Iter(in.data() + in.size())); in test_one() local 160 auto end = adl::Iterator::TrackSwaps(in.data() + in.size(), swaps); in test() local 172 auto end = adl::Iterator::TrackSwaps(in.data() + in.size(), swaps); in test() local
|