Searched refs:NotAnAllocator (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/set/set.cons/ |
| H A D | deduct.fail.cpp | 35 struct NotAnAllocator { struct 36 friend bool operator<(NotAnAllocator, NotAnAllocator) { return false; } in operator <() argument 63 NotAnAllocator a; in main()
|
| H A D | deduct.pass.cpp | 41 struct NotAnAllocator { struct 42 friend bool operator<(NotAnAllocator, NotAnAllocator) { return false; } in operator <() argument 154 NotAnAllocator a; in main() 156 ASSERT_SAME_TYPE(decltype(s), std::set<NotAnAllocator>); in main() 168 NotAnAllocator a; in main() 170 ASSERT_SAME_TYPE(decltype(s), std::set<NotAnAllocator>); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/multiset/multiset.cons/ |
| H A D | deduct.fail.cpp | 35 struct NotAnAllocator { struct 36 friend bool operator<(NotAnAllocator, NotAnAllocator) { return false; } in operator <() argument 63 NotAnAllocator a; in main()
|
| H A D | deduct.pass.cpp | 41 struct NotAnAllocator { struct 42 friend bool operator<(NotAnAllocator, NotAnAllocator) { return false; } in operator <() argument 156 NotAnAllocator a; in main() 158 ASSERT_SAME_TYPE(decltype(s), std::multiset<NotAnAllocator>); in main() 170 NotAnAllocator a; in main() 172 ASSERT_SAME_TYPE(decltype(s), std::multiset<NotAnAllocator>); in main()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/map/map.cons/ |
| H A D | deduct.fail.cpp | 34 struct NotAnAllocator { struct 35 friend bool operator<(NotAnAllocator, NotAnAllocator) { return false; } in operator <() argument 70 NotAnAllocator a; in main()
|
| /llvm-project-15.0.7/libcxx/test/std/containers/associative/multimap/multimap.cons/ |
| H A D | deduct.fail.cpp | 34 struct NotAnAllocator { struct 35 friend bool operator<(NotAnAllocator, NotAnAllocator) { return false; } in operator <() argument 70 NotAnAllocator a; in main()
|
| /llvm-project-15.0.7/libcxx/test/std/strings/basic.string/string.cons/ |
| H A D | iter_alloc_deduction.pass.cpp | 37 struct NotAnAllocator { typedef T value_type; }; argument 50 static_assert(!CanDeduce<wchar_t const*, NotAnAllocator<wchar_t>>::value);
|
| H A D | string_view_deduction.pass.cpp | 42 struct NotAnAllocator { }; struct 44 static_assert(!CanDeduce<std::string_view, NotAnAllocator>::value);
|
| H A D | string_view_size_size_deduction.pass.cpp | 46 struct NotAnAllocator { }; struct 48 static_assert(!CanDeduce<std::string_view, std::size_t, NotAnAllocator>::value);
|