Home
last modified time | relevance | path

Searched refs:NotAnAllocator (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/libcxx/test/std/containers/associative/multiset/multiset.cons/
Ddeduct.fail.cpp37 struct NotAnAllocator { struct
38 friend bool operator<(NotAnAllocator, NotAnAllocator) { return false; } in operator <() argument
65 NotAnAllocator a; in main()
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()
/external/llvm-project/libcxx/test/std/containers/associative/set/set.cons/
Ddeduct.fail.cpp37 struct NotAnAllocator { struct
38 friend bool operator<(NotAnAllocator, NotAnAllocator) { return false; } in operator <() argument
65 NotAnAllocator a; in main()
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()
/external/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.cons/
Ddeduct.fail.cpp36 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/
Ddeduct.fail.cpp36 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/
Diter_alloc_deduction.fail.cpp36 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/
Diter_alloc_deduction.fail.cpp37 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()