Home
last modified time | relevance | path

Searched defs:Sent (Results 1 – 25 of 38) sorted by relevance

12

/llvm-project/libcxx/test/std/ranges/range.factories/range.iota.view/sentinel/
H A Dctor.value.pass.cpp22 using Sent = std::ranges::sentinel_t<std::ranges::iota_view<int, IntSentinelWith<int>>>; in test() typedef
28 using Sent = std::ranges::sentinel_t<std::ranges::iota_view<SomeInt, IntSentinelWith<SomeInt>>>; in test() typedef
34 using Sent = std::ranges::sentinel_t<std::ranges::iota_view<SomeInt, IntSentinelWith<SomeInt>>>; in test() typedef
H A Dctor.default.pass.cpp20 …using Sent = std::ranges::sentinel_t<std::ranges::iota_view<Int42<DefaultTo42>, IntComparableWith<… in test() typedef
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.elements/sentinel/
H A Dctor.base.pass.cpp18 struct Sent { struct
21 friend constexpr bool operator==(std::tuple<int>*, const Sent&) { return true; } in operator ==()
H A Dbase.pass.cpp19 struct Sent { struct
22 friend constexpr bool operator==(std::tuple<int>*, const Sent&) { return true; } in operator ==()
H A Dctor.convert.pass.cpp20 struct Sent { struct
22 constexpr Sent() = default; argument
23 constexpr Sent(int ii) : i(ii) {} in Sent() function
24 friend constexpr bool operator==(std::tuple<int>*, const Sent&) { return true; } in operator ==()
H A Dequality.pass.cpp39 struct Sent { struct
46 struct CrossComparableSent { argument
64 using R = Range<Sent>; argument
H A Dminus.pass.cpp47 struct Sent { struct
54 struct SizedSent { argument
/llvm-project/libcxx/test/std/ranges/range.utility/range.subrange/
H A Dget.pass.cpp32 using Sent = sentinel_wrapper<int*>; in test() typedef
51 using Sent = sentinel_wrapper<int*>; in test() typedef
71 using Sent = sentinel_wrapper<It>; in test() typedef
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.take.while/sentinel/
H A Dctor.default.pass.cpp16 struct Sent { struct
19 friend constexpr bool operator==(int*, const Sent& s) { return s.b; } in operator ==() argument
H A Dctor.convert.pass.cpp19 struct Sent { struct
21 constexpr Sent() = default; argument
22 constexpr Sent(int ii) : i(ii) {} in Sent() argument
H A Dctor.base.pass.cpp19 struct Sent { struct
22 friend constexpr bool operator==(int* iter, const Sent& s) { return s.i > *iter; } in operator ==() argument
H A Dequality.pass.cpp41 struct Sent { struct
48 struct CrossComparableSent { argument
66 using R = Range<Sent>; argument
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.elements/iterator/
H A Dbase.pass.cpp78 struct Sent { in test() struct
79 constexpr bool operator==(const MoveOnlyIter&) const { return true; } in test()
/llvm-project/libcxx/test/std/iterators/iterator.primitives/range.iter.ops/range.iter.ops.distance/
H A Drange.pass.cpp50 using Sent = sentinel_wrapper<cpp20_input_iterator<int*>>; in test() typedef
63 using Sent = sentinel_wrapper<cpp20_input_iterator<int*>>; test() typedef
[all...]
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.transform/
H A Dend.pass.cpp48 using Sent = decltype(sent); in test() typedef
62 using Sent = decltype(sent); in test() typedef
/llvm-project/libcxx/test/std/iterators/predef.iterators/iterators.common/
H A Dctor.sentinel.pass.cpp21 using Sent = sentinel_wrapper<It>; in test() typedef
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
H A Dranges_unique_copy.pass.cpp183 using Sent = SentWrapper<InIter>; in testUniqueCopyImpl() typedef
299 using Sent = sentinel_wrapper<InIter>; in test() typedef
326 using Sent = sentinel_wrapper<InIter>; in test() typedef
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.drop.while/
H A Dend.pass.cpp48 using Sent = sentinel_wrapper<Iter>; in test() typedef
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.split/
H A Dend.pass.cpp48 using Sent = sentinel_wrapper<Iter>; in test() typedef
H A Dbegin.pass.cpp37 using Sent = sentinel_wrapper<Iter>; in testOne() typedef
42 using Sent = sentinel_wrapper<Iter>; in testOne() typedef
[all...]
/llvm-project/clang-tools-extra/clangd/index/remote/server/
H A DServer.cpp142 unsigned Sent = 0; in Lookup() local
193 unsigned Sent = 0; in FuzzyFind() local
235 unsigned Sent = 0; Refs() local
280 unsigned Sent = 0; Relations() local
322 logRequestSummary(llvm::StringLiteral RequestName,unsigned Sent,stopwatch::time_point StartTime) logRequestSummary() argument
[all...]
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.split/sentinel/
H A Dequal.pass.cpp22 using Sent = sentinel_wrapper<Iter>; in testOne() typedef
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.min.max/
H A Dranges.max_element.pass.cpp76 using Sent = sentinel_wrapper<It>; in test() typedef
86 using Sent = sentinel_wrapper<It>; in test() typedef
H A Dranges.min_element.pass.cpp76 using Sent = sentinel_wrapper<It>; in test() typedef
86 using Sent = sentinel_wrapper<It>; in test() typedef
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.elements/
H A Dgeneral.pass.cpp83 using Sent = sentinel_wrapper<Iter>; in main() typedef

12