Home
last modified time | relevance | path

Searched defs:sent (Results 1 – 25 of 29) sorted by relevance

12

/llvm-project/libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.advance/
H A Diterator_sentinel.pass.cpp26 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 Diterator_count_sentinel.pass.cpp33 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 Deq.pass.cpp23 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 Dminus.pass.cpp36 auto sent = io.end(); in test() local
45 const auto sent = io.end(); in test() local
H A Dctor.value.pass.cpp24 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 Diterator_sentinel.pass.cpp25 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 Diterator_count_sentinel.pass.cpp24 auto sent = sentinel_wrapper(It(last)); in check() local
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.filter/sentinel/
H A Dcompare.pass.cpp32 auto const sent = view.end(); in test() local
40 auto const sent = view.end(); in test() local
H A Dctor.parent.pass.cpp36 FilterSentinel sent(view); in test() local
H A Dbase.pass.cpp36 FilterSentinel const sent = view.end(); in test() local
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.transform/
H A Dend.pass.cpp47 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 Dctor.default.pass.cpp20 std::ranges::sentinel_t<std::ranges::join_view<CopyableParent>> sent; in test() local
H A Dctor.parent.pass.cpp25 std::ranges::sentinel_t<decltype(jv)> sent(jv); in test() local
/llvm-project/libcxx/test/std/ranges/range.factories/range.istream.view/
H A Dend.pass.cpp39 [[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 Dctor.sentinel.pass.cpp25 Sent sent = Sent(It(a+1)); in test() local
H A Dplus_plus.pass.cpp159 auto sent = Common(sentinel_type<int*>{buffer + 5}); in test() local
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.split/sentinel/
H A Dctor.parent.pass.cpp34 SplitSent sent(sv); in test() local
/llvm-project/libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.prev/
H A Diterator_count_sentinel.pass.cpp24 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 Dsendmsg.cpp37 int sent; in main() local
[all...]
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.take.while/sentinel/
H A Dequality.pass.cpp148 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 Dbegin.pass.cpp63 constexpr WrapRange(Iter iter, Sent sent) : iter_(std::move(iter)), sent_(std::move(sent)) {} in WrapRange()
H A Dend.pass.cpp91 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 Dminus.pass.cpp177 auto sent = ev.end(); in test() local
193 auto sent = ev.end(); in test() local
H A Dequality.pass.cpp140 auto sent = getEnd(ev); in testOne() local
/llvm-project/libcxx/test/libcxx/algorithms/alg.modifying.operations/
H A Dcopy_move_nontrivial.pass.cpp179 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

12