Home
last modified time | relevance | path

Searched refs:TrivialSortableWithComp (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/
H A Dsortable_helpers.h49 struct TrivialSortableWithComp { struct
51 TEST_CONSTEXPR TrivialSortableWithComp() : value(0) {} in TrivialSortableWithComp() argument
52 TEST_CONSTEXPR TrivialSortableWithComp(int v) : value(v) {} in TrivialSortableWithComp() argument
54 …TEST_CONSTEXPR bool operator()(const TrivialSortableWithComp& a, const TrivialSortableWithComp& b)… in operator() argument
58 …static TEST_CONSTEXPR bool less(const TrivialSortableWithComp& a, const TrivialSortableWithComp& b… in less() argument
80 static_assert(std::is_trivially_copyable<TrivialSortableWithComp>::value, "");
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/
H A Dset_symmetric_difference_comp.pass.cpp85 test1<TrivialSortableWithComp>(); in test()
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/
H A Dset_union_comp.pass.cpp85 test1<TrivialSortableWithComp>(); in test()
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/
H A Dset_intersection_comp.pass.cpp85 test1<TrivialSortableWithComp>(); in test()
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/
H A Dset_difference_comp.pass.cpp85 test1<TrivialSortableWithComp>(); in test()
/llvm-project-15.0.7/libcxx/test/std/algorithms/alg.sorting/alg.merge/
H A Dmerge_comp.pass.cpp85 test1<TrivialSortableWithComp>(); in test()