/llvm-project/libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.advance/ |
H A D | iterator_sentinel.pass.cpp | 26 auto sent = assignable_sentinel(It(last)); check_assignable() local 35 auto sent = assignable_sentinel(stride_counting_iterator(It(last))); check_assignable() local 48 auto sent = distance_apriori_sentinel(size); check_sized_sentinel() local 57 auto sent = distance_apriori_sentinel(size); check_sized_sentinel() local 73 auto sent = sentinel_wrapper(It(last)); check_sentinel() local 82 auto sent = sentinel_wrapper(stride_counting_iterator(It(last))); check_sentinel() local [all...] |
H A D | iterator_count_sentinel.pass.cpp | 33 auto sent = sentinel_wrapper(It(last)); in check_forward() local 42 auto sent = sentinel_wrapper(stride_counting_iterator(It(last))); check_forward() local 60 auto sent = distance_apriori_sentinel(size); check_forward_sized_sentinel() local 69 auto sent = distance_apriori_sentinel(size); check_forward_sized_sentinel() local 100 It sent(first); check_backward() local 109 auto sent = stride_counting_iterator(It(first)); check_backward() local [all...] |
/llvm-project/libcxx/test/std/ranges/range.factories/range.iota.view/sentinel/ |
H A D | eq.pass.cpp | 23 auto sent = io.end(); in test() local 30 auto sent = io.end(); in test() local 37 auto sent = io.end(); in test() local 44 auto sent = io.end(); in test() local
|
H A D | minus.pass.cpp | 36 auto sent = io.end(); in test() local 45 const auto sent = io.end(); in test() local
|
H A D | ctor.value.pass.cpp | 24 auto sent = Sent(IntSentinelWith<int>(42)); in test() local 30 auto sent = Sent(IntSentinelWith<SomeInt>(SomeInt(42))); in test() local
|
/llvm-project/libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.next/ |
H A D | iterator_sentinel.pass.cpp | 25 auto sent = assignable_sentinel(It(last)); in check_assignable() local 35 auto sent = distance_apriori_sentinel(size); in check_sized_sentinel() local 43 auto sent = sentinel_wrapper(It(last)); in check_sentinel() local
|
H A D | iterator_count_sentinel.pass.cpp | 24 auto sent = sentinel_wrapper(It(last)); in check() local
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.filter/sentinel/ |
H A D | compare.pass.cpp | 32 auto const sent = view.end(); in test() local 40 auto const sent = view.end(); in test() local
|
H A D | ctor.parent.pass.cpp | 36 FilterSentinel sent(view); in test() local
|
H A D | base.pass.cpp | 36 FilterSentinel const sent = view.end(); in test() local
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.transform/ |
H A D | end.pass.cpp | 47 auto sent = tv.end(); in test() local 61 auto sent = tv.end(); in test() local
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.join/range.join.sentinel/ |
H A D | ctor.default.pass.cpp | 20 std::ranges::sentinel_t<std::ranges::join_view<CopyableParent>> sent; in test() local
|
H A D | ctor.parent.pass.cpp | 25 std::ranges::sentinel_t<decltype(jv)> sent(jv); in test() local
|
/llvm-project/libcxx/test/std/ranges/range.factories/range.istream.view/ |
H A D | end.pass.cpp | 39 [[maybe_unused]] std::same_as<std::default_sentinel_t> auto sent = isv.end(); in test() local
|
/llvm-project/libcxx/test/std/iterators/predef.iterators/iterators.common/ |
H A D | ctor.sentinel.pass.cpp | 25 Sent sent = Sent(It(a+1)); in test() local
|
H A D | plus_plus.pass.cpp | 159 auto sent = Common(sentinel_type<int*>{buffer + 5}); in test() local
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.split/sentinel/ |
H A D | ctor.parent.pass.cpp | 34 SplitSent sent(sv); in test() local
|
/llvm-project/libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.prev/ |
H A D | iterator_count_sentinel.pass.cpp | 24 It sent(first); // for std::ranges::prev, the sentinel *must* have the same type as the iterator in check() local
|
/llvm-project/compiler-rt/test/msan/Linux/ |
H A D | sendmsg.cpp | 37 int sent; in main() local [all...] |
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.take.while/sentinel/ |
H A D | equality.pass.cpp | 148 auto sent = getEnd(twv); in testOne() local 158 auto sent = getEnd(twv); in testOne() local
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.as.rvalue/ |
H A D | begin.pass.cpp | 63 constexpr WrapRange(Iter iter, Sent sent) : iter_(std::move(iter)), sent_(std::move(sent)) {} in WrapRange()
|
H A D | end.pass.cpp | 91 constexpr WrapRange(Iter iter, Sent sent) : iter_(std::move(iter)), sent_(std::move(sent)) {} in WrapRange()
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.elements/sentinel/ |
H A D | minus.pass.cpp | 177 auto sent = ev.end(); in test() local 193 auto sent = ev.end(); in test() local
|
H A D | equality.pass.cpp | 140 auto sent = getEnd(ev); in testOne() local
|
/llvm-project/libcxx/test/libcxx/algorithms/alg.modifying.operations/ |
H A D | copy_move_nontrivial.pass.cpp | 179 auto sent = SentWrapper<decltype(in_end)>(in_end); in test_one() local 199 auto sent = SentWrapper<decltype(in_end)>(in_end); in test_one() local
|