Home
last modified time | relevance | path

Searched defs:ConstSentinel (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.zip/sentinel/
H A Deq.pass.cpp91 using ConstSentinel = std::ranges::sentinel_t<const decltype(v)>; in test() typedef
116 using ConstSentinel = std::ranges::sentinel_t<const decltype(v)>; in test() typedef
135 using ConstSentinel = std::ranges::sentinel_t<const decltype(v)>; in test() typedef
H A Dminus.pass.cpp168 using ConstSentinel = std::ranges::sentinel_t<const decltype(v)>; in test() typedef
200 using ConstSentinel = std::ranges::sentinel_t<const decltype(v)>; in test() typedef
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.take.while/sentinel/
H A Dctor.convert.pass.cpp75 using ConstSentinel = std::ranges::sentinel_t<const R>; in test() typedef
93 using ConstSentinel = std::ranges::sentinel_t<const R>; in test() typedef
122 using ConstSentinel = std::ranges::sentinel_t<const R>; in test() typedef
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.take/range.take.sentinel/
H A Dctor.pass.cpp39 using ConstSentinel = std::ranges::sentinel_t<const TakeView>; in test() typedef
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.elements/sentinel/
H A Dctor.convert.pass.cpp72 using ConstSentinel = std::ranges::sentinel_t<const R>; in test() typedef