Home
last modified time | relevance | path

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

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