/llvm-project/libcxx/test/std/ranges/range.factories/range.iota.view/sentinel/ |
H A D | ctor.value.pass.cpp | 22 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 D | ctor.default.pass.cpp | 20 …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 D | ctor.base.pass.cpp | 18 struct Sent { struct 21 friend constexpr bool operator==(std::tuple<int>*, const Sent&) { return true; } in operator ==()
|
H A D | base.pass.cpp | 19 struct Sent { struct 22 friend constexpr bool operator==(std::tuple<int>*, const Sent&) { return true; } in operator ==()
|
H A D | ctor.convert.pass.cpp | 20 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 D | equality.pass.cpp | 39 struct Sent { struct 46 struct CrossComparableSent { argument 64 using R = Range<Sent>; argument
|
H A D | minus.pass.cpp | 47 struct Sent { struct 54 struct SizedSent { argument
|
/llvm-project/libcxx/test/std/ranges/range.utility/range.subrange/ |
H A D | get.pass.cpp | 32 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 D | ctor.default.pass.cpp | 16 struct Sent { struct 19 friend constexpr bool operator==(int*, const Sent& s) { return s.b; } in operator ==() argument
|
H A D | ctor.convert.pass.cpp | 19 struct Sent { struct 21 constexpr Sent() = default; argument 22 constexpr Sent(int ii) : i(ii) {} in Sent() argument
|
H A D | ctor.base.pass.cpp | 19 struct Sent { struct 22 friend constexpr bool operator==(int* iter, const Sent& s) { return s.i > *iter; } in operator ==() argument
|
H A D | equality.pass.cpp | 41 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 D | base.pass.cpp | 78 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 D | range.pass.cpp | 50 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 D | end.pass.cpp | 48 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 D | ctor.sentinel.pass.cpp | 21 using Sent = sentinel_wrapper<It>; in test() typedef
|
/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/ |
H A D | ranges_unique_copy.pass.cpp | 183 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 D | end.pass.cpp | 48 using Sent = sentinel_wrapper<Iter>; in test() typedef
|
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.split/ |
H A D | end.pass.cpp | 48 using Sent = sentinel_wrapper<Iter>; in test() typedef
|
H A D | begin.pass.cpp | 37 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 D | Server.cpp | 142 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 D | equal.pass.cpp | 22 using Sent = sentinel_wrapper<Iter>; in testOne() typedef
|
/llvm-project/libcxx/test/std/algorithms/alg.sorting/alg.min.max/ |
H A D | ranges.max_element.pass.cpp | 76 using Sent = sentinel_wrapper<It>; in test() typedef 86 using Sent = sentinel_wrapper<It>; in test() typedef
|
H A D | ranges.min_element.pass.cpp | 76 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 D | general.pass.cpp | 83 using Sent = sentinel_wrapper<Iter>; in main() typedef
|