Home
last modified time | relevance | path

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 Ddeduct.fail.cpp35 struct NotAnAllocator { struct
36 friend bool operator<(NotAnAllocator, NotAnAllocator) { return false; } in operator <() argument
63 NotAnAllocator a; in main()
H A Ddeduct.pass.cpp41 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 Ddeduct.fail.cpp35 struct NotAnAllocator { struct
36 friend bool operator<(NotAnAllocator, NotAnAllocator) { return false; } in operator <() argument
63 NotAnAllocator a; in main()
H A Ddeduct.pass.cpp41 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 Ddeduct.fail.cpp34 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 Ddeduct.fail.cpp34 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 Diter_alloc_deduction.pass.cpp37 struct NotAnAllocator { typedef T value_type; }; argument
50 static_assert(!CanDeduce<wchar_t const*, NotAnAllocator<wchar_t>>::value);
H A Dstring_view_deduction.pass.cpp42 struct NotAnAllocator { }; struct
44 static_assert(!CanDeduce<std::string_view, NotAnAllocator>::value);
H A Dstring_view_size_size_deduction.pass.cpp46 struct NotAnAllocator { }; struct
48 static_assert(!CanDeduce<std::string_view, std::size_t, NotAnAllocator>::value);