Home
last modified time | relevance | path

Searched defs:Comp (Results 1 – 25 of 69) sorted by relevance

123

/llvm-project/libcxx/test/std/containers/associative/set/
H A Dcount_transparent.pass.cpp22 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 Dcontains_transparent.pass.cpp21 struct Comp { struct
22 using is_transparent = void;
47 test<std::set<std::pair<int, int>, Comp> >(); in main() argument
H A Dequal_range_transparent.pass.cpp26 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 Dcount_transparent.pass.cpp22 struct Comp { struct
40 std::multimap<std::pair<int, int>, int, Comp> s{ in main() argument
H A Dequal_range_transparent.pass.cpp25 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 Dcount_transparent.pass.cpp22 struct Comp { struct
40 std::map<std::pair<int, int>, int, Comp> s{ in main() argument
H A Dcontains_transparent.pass.cpp18 struct Comp { struct
19 using is_transparent = void;
44 test<std::map<std::pair<int, int>, int, Comp> >(); in main() argument
H A Dequal_range_transparent.pass.cpp25 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 Dcount_transparent.pass.cpp22 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 Dequal_range_transparent.pass.cpp26 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 Dcompare_copy_constructible.compile.fail.cpp20 struct Comp { struct
23 Comp () {} in Comp() argument
H A Dallocator.pass.cpp91 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 Dcompare_copy_constructible.compile.fail.cpp17 struct Comp { struct
20 Comp () {} in Comp() argument
/llvm-project/libcxx/test/std/containers/associative/multiset/multiset.cons/
H A Dcompare_copy_constructible.compile.fail.cpp17 struct Comp { struct
20 Comp () {} in Comp() function
/llvm-project/libcxx/test/std/containers/associative/set/set.cons/
H A Dcompare_copy_constructible.compile.fail.cpp17 struct Comp { struct
20 Comp () {} in Comp() argument
/llvm-project/libcxx/test/std/containers/unord/unord.multiset/unord.multiset.cnstr/
H A Dcompare_copy_constructible.compile.fail.cpp18 struct Comp { struct
21 Comp () {} in Comp() function
H A Dallocator.pass.cpp68 typedef test_equal_to<T> Comp; in main() typedef
88 typedef test_equal_to<T> Comp; in main() typedef
H A Dinit.pass.cpp97 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 Dcompare_copy_constructible.compile.fail.cpp20 struct Comp { struct
23 Comp () {} in Comp() argument
H A Dallocator.pass.cpp91 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 Dcompare_copy_constructible.compile.fail.cpp17 struct Comp { struct
20 Comp () {} in Comp() argument
/llvm-project/libcxx/test/std/containers/unord/unord.set/unord.set.cnstr/
H A Dcompare_copy_constructible.compile.fail.cpp18 struct Comp { struct
21 Comp () {} in Comp() function
H A Dallocator.pass.cpp68 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 Dlifetimebound.verify.cpp16 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 Dinstantiate-template-template-parm.cpp48 struct Comp { global() struct
60 r2Comp global() argument

123