Home
last modified time | relevance | path

Searched refs:to_subranges (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.copy/
H A Dranges.copy_backward.segmented.pass.cpp49 auto to_subranges = std::views::transform([](auto& vec) { in test_join_view() local
55 auto range = vectors | to_subranges; in test_join_view()
64 auto range = vectors | to_subranges; in test_join_view()
73 auto range = vectors | to_subranges; in test_join_view()
82 auto range1 = vectors | to_subranges; in test_join_view()
85 auto range2 = to_vectors | to_subranges; in test_join_view()
H A Dranges.copy_n.segmented.pass.cpp41 auto to_subranges = std::views::transform([](auto& vec) { in test_join_view() local
47 auto range = vectors | to_subranges; in test_join_view()
58 auto range = vectors | to_subranges; in test_join_view()
69 auto range = vectors | to_subranges; in test_join_view()
78 auto range1 = vectors | to_subranges; in test_join_view()
81 auto range2 = to_vectors | to_subranges; in test_join_view()
H A Dranges.copy.segmented.pass.cpp49 auto to_subranges = std::views::transform([](auto& vec) { in test_join_view() local
55 auto range = vectors | to_subranges; in test_join_view()
64 auto range = vectors | to_subranges; in test_join_view()
73 auto range = vectors | to_subranges; in test_join_view()
82 auto range1 = vectors | to_subranges; in test_join_view()
85 auto range2 = to_vectors | to_subranges; in test_join_view()
H A Dranges.copy_backward.pass.cpp128 auto to_subranges = std::views::transform([](auto& vec) { in test_join_view() local
134 auto range = vectors | to_subranges; in test_join_view()
143 auto range = vectors | to_subranges; in test_join_view()
152 auto range = vectors | to_subranges; in test_join_view()
161 auto range1 = vectors | to_subranges; in test_join_view()
164 auto range2 = to_vectors | to_subranges; in test_join_view()
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.move/
H A Dranges.move_backward.segmented.pass.cpp49 auto to_subranges = std::views::transform([](auto& vec) { in test_join_view() local
55 auto range = vectors | to_subranges; in test_join_view()
64 auto range = vectors | to_subranges; in test_join_view()
73 auto range = vectors | to_subranges; in test_join_view()
82 auto range1 = vectors | to_subranges; in test_join_view()
85 auto range2 = to_vectors | to_subranges; in test_join_view()
H A Dranges.move.segmented.pass.cpp49 auto to_subranges = std::views::transform([](auto& vec) { in test_join_view() local
55 auto range = vectors | to_subranges; in test_join_view()
64 auto range = vectors | to_subranges; in test_join_view()
73 auto range = vectors | to_subranges; in test_join_view()
82 auto range1 = vectors | to_subranges; in test_join_view()
85 auto range2 = to_vectors | to_subranges; in test_join_view()