Home
last modified time | relevance | path

Searched defs:jv (Results 1 – 22 of 22) sorted by relevance

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.join/
H A Dend.pass.cpp61 std::ranges::join_view jv(outer); in test() local
76 std::ranges::join_view jv(outer); in test() local
91 std::ranges::join_view jv(outer); in test() local
106 std::ranges::join_view jv(outer); in test() local
119 std::ranges::join_view jv(outer); in test() local
134 std::ranges::join_view jv(outer); in test() local
147 std::ranges::join_view jv(outer); in test() local
162 std::ranges::join_view jv(outer); in test() local
177 std::ranges::join_view jv(outer); in test() local
192 std::ranges::join_view jv(outer); in test() local
[all …]
H A Dbegin.pass.cpp50 auto jv = std::ranges::join_view(ParentView{children}); in test() local
57 auto jv = std::ranges::join_view(ParentView{children}); in test() local
65 std::ranges::join_view jv(ParentView(children, 0)); in test() local
72 std::ranges::join_view jv(ParentView(children, 1)); in test() local
79 std::ranges::join_view jv(ParentView(children, 1)); in test() local
86 std::ranges::join_view jv(ParentView(children, 1)); in test() local
94 auto jv = std::ranges::join_view(ParentView{children}); in test() local
102 auto jv = std::ranges::join_view(ParentView{children}); in test() local
110 auto jv = std::ranges::join_view(ParentView{children}); in test() local
115 std::ranges::join_view jv(buffer); in test() local
[all …]
H A Dbase.pass.cpp29 auto jv = std::ranges::join_view(ParentView{children}); in test() local
37 std::ranges::join_view jv(buffer); in test() local
45 const std::ranges::join_view jv(buffer); in test() local
H A Dgeneral.pass.cpp35 auto jv = std::ranges::join_view(ParentView(children)); in main() local
42 std::ranges::join_view jv(vec); in main() local
58 std::ranges::join_view jv(y); in main() local
H A Dctor.view.pass.cpp24 auto jv = std::ranges::join_view(ParentView{children}); in test() local
29 std::ranges::join_view jv(buffer); in test() local
H A Dctor.default.pass.cpp27 std::ranges::join_view<ParentView<ChildView>> jv; in test() local
33 std::ranges::join_view<DefaultView> jv; in test() local
H A Dadaptor.pass.cpp66 auto jv = std::views::join(nested); in test() local
101 auto jv = nested | std::views::join | std::views::join; in test() local
111 auto jv = nested | join_twice; in test() local
H A Dctad.compile.pass.cpp75 std::ranges::join_view jv(n); in testCTAD() local
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.join/range.join.iterator/
H A Dincrement.pass.cpp32 std::ranges::join_view jv(buffer1); in test() local
42 std::ranges::join_view jv(ValueView<IntView>{children}); in test() local
53 std::ranges::join_view jv(buffer1); in test() local
61 std::ranges::join_view jv(small); in test() local
71 auto jv = std::ranges::join_view(ParentView(children)); in test() local
84 std::ranges::join_view jv(ParentView(children, 0)); in test() local
91 std::ranges::join_view jv(ParentView(children, 1)); in test() local
103 std::ranges::join_view jv(ParentView(children, 1)); in test() local
112 std::ranges::join_view jv(ParentView(children, 1)); in test() local
119 auto jv = std::ranges::join_view(ParentView(children)); in test() local
[all …]
H A Ddecrement.pass.cpp35 constexpr void noDecrementTest(auto&& jv) { in noDecrementTest()
46 std::ranges::join_view jv(buffer); in test() local
55 std::ranges::join_view jv(buffer); in test() local
64 std::ranges::join_view jv(buffer); in test() local
73 std::ranges::join_view jv(buffer); in test() local
82 std::ranges::join_view jv(small); in test() local
97 std::ranges::join_view jv(inners); in test() local
109 std::ranges::join_view jv(buffer); in test() local
125 std::ranges::join_view jv(outer); in test() local
133 std::ranges::join_view jv(outer); in test() local
[all …]
H A Deq.pass.cpp23 std::ranges::join_view jv(buffer); in test() local
39 std::ranges::join_view jv(outer); in test() local
50 std::ranges::join_view jv(Outer{inners}); in test() local
59 std::ranges::join_view jv{inners}; in test() local
H A Dstar.pass.cpp23 std::ranges::join_view jv(buffer); in test() local
30 std::ranges::join_view jv(buffer); in test() local
37 auto jv = std::ranges::join_view(ParentView(children)); in test() local
H A Diter.swap.pass.cpp26 std::ranges::join_view jv(buffer); in test() local
41 std::ranges::join_view jv(inners); in test() local
62 std::ranges::join_view jv(inners); in test() local
H A Dctor.other.pass.cpp39 std::ranges::join_view jv(ForwardCopyableParent{children}); in test() local
55 std::ranges::join_view jv(outer); in test() local
68 std::ranges::join_view jv(outer); in test() local
H A Darrow.pass.cpp108 std::ranges::join_view jv(ValueView<ValueView<Box>>{children}); in test() local
114 std::ranges::join_view jv(buffer); in test() local
120 const std::ranges::join_view jv(buffer); in test() local
131 std::ranges::join_view jv{inners}; in test() local
142 std::ranges::join_view jv{inners}; in test() local
150 std::ranges::join_view jv{inners}; in test() local
H A Diter.move.pass.cpp22 std::ranges::join_view jv(buffer); in test() local
33 std::ranges::join_view jv(inners); in test() local
H A Dmember_types.compile.pass.cpp55 std::ranges::join_view jv(buffer); in test() local
/llvm-project/libcxx/test/libcxx/ranges/range.adaptors/range.join/range.join.iterator/
H A Dctor.parent.outer.pass.cpp26 std::ranges::join_view jv(std::move(r)); in test() local
33 std::ranges::join_view jv(std::ranges::ref_view{r}); in test() local
52 std::ranges::join_view jv(outer); in test() local
H A Dctor.parent.pass.cpp24 std::ranges::join_view jv(std::move(r)); in test() local
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.join/range.join.sentinel/
H A Deq.pass.cpp65 auto jv = std::ranges::join_view(ParentView(children)); in test() local
73 auto jv = std::ranges::join_view(ForwardParentView<ParentT>(children)); in test() local
82 const auto jv = std::ranges::join_view(ForwardParentView<ParentT>(children)); in test() local
90 auto jv = std::ranges::join_view(outer); in test() local
H A Dctor.parent.pass.cpp24 std::ranges::join_view jv(parent); in test() local
H A Dctor.other.pass.cpp56 std::ranges::join_view jv(outer); in test() local