Home
last modified time | relevance | path

Searched refs:has_partial_order (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/language.support/cmp/cmp.alg/
H A Dcompare_partial_order_fallback.pass.cpp27 constexpr auto has_partial_order(T&& t, U&& u) in has_partial_order() function
33 constexpr bool has_partial_order(...) { in has_partial_order() function
48 static_assert( has_partial_order(1, 2)); in test_1_1()
50 static_assert(!has_partial_order(1, 2.0)); in test_1_1()
60 static_assert( has_partial_order(a, a)); in test_1_1()
61 static_assert(!has_partial_order(a, b)); in test_1_1()
96 static_assert(!has_partial_order(b, b)); in test_1_2()
140 static_assert(!has_partial_order(b, b)); in test_1_3()
227 static_assert(!has_partial_order(b, b)); in test_1_4()
232 static_assert(!has_partial_order(c, c)); in test_1_4()
[all …]
H A Dpartial_order.pass.cpp27 constexpr auto has_partial_order(T&& t, U&& u) in has_partial_order() function
33 constexpr bool has_partial_order(...) { in has_partial_order() function
48 static_assert( has_partial_order(1, 2)); in test_1_1()
50 static_assert(!has_partial_order(1, 2.0)); in test_1_1()
51 static_assert(!has_partial_order(1.0f, 2.0)); in test_1_1()
60 static_assert( has_partial_order(a, a)); in test_1_1()
61 static_assert(!has_partial_order(a, b)); in test_1_1()
96 static_assert(!has_partial_order(b, b)); in test_1_2()
140 static_assert(!has_partial_order(b, b)); in test_1_3()
227 static_assert(!has_partial_order(b, b)); in test_1_4()
[all …]