Searched refs:NotAnAllocator (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/libcxx/test/std/containers/associative/multiset/multiset.cons/ |
D | deduct.fail.cpp | 37 struct NotAnAllocator { struct 38 friend bool operator<(NotAnAllocator, NotAnAllocator) { return false; } in operator <() argument 65 NotAnAllocator a; in main()
|
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()
|
/external/llvm-project/libcxx/test/std/containers/associative/set/set.cons/ |
D | deduct.fail.cpp | 37 struct NotAnAllocator { struct 38 friend bool operator<(NotAnAllocator, NotAnAllocator) { return false; } in operator <() argument 65 NotAnAllocator a; in main()
|
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()
|
/external/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.cons/ |
D | deduct.fail.cpp | 36 struct NotAnAllocator { struct 37 friend bool operator<(NotAnAllocator, NotAnAllocator) { return false; } in operator <() argument 72 NotAnAllocator a; in main()
|
/external/llvm-project/libcxx/test/std/containers/associative/map/map.cons/ |
D | deduct.fail.cpp | 36 struct NotAnAllocator { struct 37 friend bool operator<(NotAnAllocator, NotAnAllocator) { return false; } in operator <() argument 72 NotAnAllocator a; in main()
|
/external/llvm-project/libcxx/test/std/strings/basic.string/string.cons/ |
D | iter_alloc_deduction.fail.cpp | 36 struct NotAnAllocator { typedef T value_type; }; struct 52 …std::basic_string s1{s, s+10, NotAnAllocator<wchar_t>{}}; // expected-error {{no viable constructo… in main()
|
/external/libcxx/test/std/strings/basic.string/string.cons/ |
D | iter_alloc_deduction.fail.cpp | 37 struct NotAnAllocator { typedef T value_type; }; struct 53 …std::basic_string s1{s, s+10, NotAnAllocator<wchar_t>{}}; // expected-error {{no viable constructo… in main()
|