Searched refs:NotIndirectlyReadable (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/indirectcallable/indirectinvocable/ |
| H A D | indirect_binary_predicate.compile.pass.cpp | 38 struct NotIndirectlyReadable { }; struct 39 …!std::indirect_binary_predicate<GoodPredicate<It1, NotIndirectlyReadable>, It1, NotIndirectlyReada… 40 …sert(!std::indirect_binary_predicate<GoodPredicate<NotIndirectlyReadable, It2>, NotIndirectlyReada…
|
| H A D | indirect_equivalence_relation.compile.pass.cpp | 53 struct NotIndirectlyReadable { }; struct 54 …d::indirect_equivalence_relation<GoodRelation<It1, NotIndirectlyReadable>, It1, NotIndirectlyReada… 55 …t(!std::indirect_equivalence_relation<GoodRelation<NotIndirectlyReadable, It2>, NotIndirectlyReada…
|
| H A D | indirect_strict_weak_order.compile.pass.cpp | 53 struct NotIndirectlyReadable { }; struct 54 …rt(!std::indirect_strict_weak_order<GoodOrder<It1, NotIndirectlyReadable>, It1, NotIndirectlyReada… 55 …_assert(!std::indirect_strict_weak_order<GoodOrder<NotIndirectlyReadable, It2>, NotIndirectlyReada…
|
| H A D | indirect_unary_predicate.compile.pass.cpp | 35 struct NotIndirectlyReadable { }; struct 36 …c_assert(!std::indirect_unary_predicate<GoodPredicate<NotIndirectlyReadable>, NotIndirectlyReadabl…
|
| H A D | indirectly_regular_unary_invocable.compile.pass.cpp | 34 struct NotIndirectlyReadable { }; struct 35 …std::indirectly_regular_unary_invocable<GoodInvocable<NotIndirectlyReadable>, NotIndirectlyReadabl…
|
| H A D | indirectly_unary_invocable.compile.pass.cpp | 34 struct NotIndirectlyReadable { }; struct 35 …assert(!std::indirectly_unary_invocable<GoodInvocable<NotIndirectlyReadable>, NotIndirectlyReadabl…
|
| /llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.readable/ |
| H A D | iter_common_reference_t.compile.pass.cpp | 57 struct NotIndirectlyReadable { }; struct 58 static_assert(!has_common_reference<NotIndirectlyReadable>);
|