/llvm-project/libcxx/test/std/containers/associative/set/ |
H A D | count_transparent.pass.cpp | 22 struct Comp { struct 40 std::set<std::pair<int, int>, Comp> s{{2, 1}, {1, 2}, {1, 3}, {1, 4}, {2, 2}}; in main() argument
|
H A D | contains_transparent.pass.cpp | 21 struct Comp { struct 22 using is_transparent = void; 47 test<std::set<std::pair<int, int>, Comp> >(); in main() argument
|
H A D | equal_range_transparent.pass.cpp | 26 struct Comp { struct 44 std::set<std::pair<int, int>, Comp> s{{2, 1}, {1, 2}, {1, 3}, {1, 4}, {2, 2}}; in main() argument
|
/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.ops/ |
H A D | count_transparent.pass.cpp | 22 struct Comp { struct 40 std::multimap<std::pair<int, int>, int, Comp> s{ in main() argument
|
H A D | equal_range_transparent.pass.cpp | 25 struct Comp { struct 43 std::multimap<std::pair<int, int>, int, Comp> s{ in main() argument
|
/llvm-project/libcxx/test/std/containers/associative/map/map.ops/ |
H A D | count_transparent.pass.cpp | 22 struct Comp { struct 40 std::map<std::pair<int, int>, int, Comp> s{ in main() argument
|
H A D | contains_transparent.pass.cpp | 18 struct Comp { struct 19 using is_transparent = void; 44 test<std::map<std::pair<int, int>, int, Comp> >(); in main() argument
|
H A D | equal_range_transparent.pass.cpp | 25 struct Comp { struct 43 std::map<std::pair<int, int>, int, Comp> s{ in main() argument
|
/llvm-project/libcxx/test/std/containers/associative/multiset/ |
H A D | count_transparent.pass.cpp | 22 struct Comp { struct 40 std::multiset<std::pair<int, int>, Comp> s{{2, 1}, {1, 1}, {1, 1}, {1, 1}, {2, 2}}; in main() argument
|
H A D | equal_range_transparent.pass.cpp | 26 struct Comp { struct 44 std::multiset<std::pair<int, int>, Comp> s{{2, 1}, {1, 1}, {1, 1}, {1, 1}, {2, 2}}; in main() argument
|
/llvm-project/libcxx/test/std/containers/unord/unord.map/unord.map.cnstr/ |
H A D | compare_copy_constructible.compile.fail.cpp | 20 struct Comp { struct 23 Comp () {} in Comp() argument
|
H A D | allocator.pass.cpp | 91 typedef test_equal_to<T> Comp; in main() typedef 110 typedef test_equal_to<T> Comp; in main() typedef
|
/llvm-project/libcxx/test/std/containers/associative/map/map.cons/ |
H A D | compare_copy_constructible.compile.fail.cpp | 17 struct Comp { struct 20 Comp () {} in Comp() argument
|
/llvm-project/libcxx/test/std/containers/associative/multiset/multiset.cons/ |
H A D | compare_copy_constructible.compile.fail.cpp | 17 struct Comp { struct 20 Comp () {} in Comp() function
|
/llvm-project/libcxx/test/std/containers/associative/set/set.cons/ |
H A D | compare_copy_constructible.compile.fail.cpp | 17 struct Comp { struct 20 Comp () {} in Comp() argument
|
/llvm-project/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/ |
H A D | compare_copy_constructible.compile.fail.cpp | 18 struct Comp { struct 21 Comp () {} in Comp() function
|
H A D | allocator.pass.cpp | 68 typedef test_equal_to<T> Comp; in main() typedef 88 typedef test_equal_to<T> Comp; in main() typedef
|
H A D | init.pass.cpp | 97 typedef test_equal_to<T> Comp; in main() typedef 130 typedef test_equal_to<T> Comp; in main() typedef
|
/llvm-project/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/ |
H A D | compare_copy_constructible.compile.fail.cpp | 20 struct Comp { struct 23 Comp () {} in Comp() argument
|
H A D | allocator.pass.cpp | 91 typedef test_equal_to<T> Comp; in main() typedef 110 typedef test_equal_to<T> Comp; in main() typedef
|
/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.cons/ |
H A D | compare_copy_constructible.compile.fail.cpp | 17 struct Comp { struct 20 Comp () {} in Comp() argument
|
/llvm-project/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/ |
H A D | compare_copy_constructible.compile.fail.cpp | 18 struct Comp { struct 21 Comp () {} in Comp() function
|
H A D | allocator.pass.cpp | 68 typedef test_equal_to<T> Comp; in main() typedef 88 typedef test_equal_to<T> Comp; in main() typedef
|
/llvm-project/libcxx/test/libcxx/algorithms/ |
H A D | lifetimebound.verify.cpp | 16 struct Comp { struct 28 …auto&& v3 = std::min(0, i, Comp{}); // expected-warning {{temporary bound to local reference 'v3' … in func() argument
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-template-template-parm.cpp | 48 struct Comp { global() struct 60 r2Comp global() argument
|