Home
last modified time | relevance | path

Searched defs:InputRange (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.zip/iterator/
H A Dincrement.pass.cpp22 struct InputRange : IntBufferView { struct
24 using iterator = cpp20_input_iterator<int*>;
25 constexpr iterator begin() const { return iterator(buffer_); } in begin()
26 …nel_wrapper<iterator> end() const { return sentinel_wrapper<iterator>(iterator(buffer_ + size_)); } in end()
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.filter/
H A Dbegin.pass.cpp33 struct InputRange : std::ranges::view_base { struct
36 constexpr explicit InputRange(int* b, int* e) : begin_(b), end_(e) { } in InputRange() argument
37 constexpr Iterator begin() const { return Iterator(begin_); } in begin()
38 constexpr Sentinel end() const { return Sentinel(Iterator(end_)); } in end()
41 int* begin_;
42 int* end_;
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.lazy.split/
H A Dctad.compile.pass.cpp30 struct InputRange { struct
/llvm-project/libcxx/test/std/ranges/range.utility/view.interface/
H A Dview.interface.pass.cpp36 struct InputRange : std::ranges::view_interface<InputRange> { struct
42 struct SizedInputRange : std::ranges::view_interface<SizedInputRange> { argument
/llvm-project/libcxx/test/std/containers/
H A Dfrom_range_helpers.h27 struct InputRange { struct
/llvm-project/libcxx/test/std/ranges/range.utility/range.utility.conv/
H A Dto.pass.cpp33 struct InputRange { struct
42 static_assert(std::ranges::input_range<InputRange>); argument
[all...]
/llvm-project/bolt/include/bolt/Core/
H A DBinaryBasicBlock.h95 std::pair<uint32_t, uint32_t> InputRange = {INVALID_OFFSET, INVALID_OFFSET}; global() variable
/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1460 SMRange InputRange, StringRef Note) in FileCheckDiag() argument