Home
last modified time | relevance | path

Searched defs:strong_order (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/test/std/language.support/cmp/cmp.alg/
H A Dstrong_order.pass.cpp44 std::strong_ordering strong_order(const A&, const A&) { return std::strong_ordering::less; } in strong_order() function
70 std::strong_ordering strong_order(A&, A&&) { return std::strong_ordering::less; } in strong_order() function
71 std::strong_ordering strong_order(A&&, A&&) { return std::strong_ordering::equal; } in strong_order() function
83 friend StrongOrder strong_order( function
[all...]
H A Dcompare_strong_order_fallback.pass.cpp44 std::strong_ordering strong_order(const A&, const A&) { return std::strong_ordering::less; } in strong_order() function
70 std::strong_ordering strong_order(A&, A&&) { return std::strong_ordering::less; } in strong_order() function
71 std::strong_ordering strong_order(A&&, A&&) { return std::strong_ordering::equal; } in strong_order() function
83 friend StrongOrder strong_order(C& lhs, C&) { lhs.touched = true; return StrongOrder(); } in strong_order() function
[all...]
H A Dweak_order.pass.cpp442 constexpr std::strong_ordering strong_order(A&, A&&) { return std::strong_ordering::less; } in strong_order() function
443 constexpr std::strong_ordering strong_order(A&&, A&&) { return std::strong_ordering::equal; } in strong_order() function
463 …friend constexpr StrongOrder strong_order(D& lhs, D&) { lhs.touched = true; return StrongOrder(); } in strong_order() function
H A Dcompare_weak_order_fallback.pass.cpp442 constexpr std::strong_ordering strong_order(A&, A&&) { return std::strong_ordering::less; } in strong_order() function
443 constexpr std::strong_ordering strong_order(A&&, A&&) { return std::strong_ordering::equal; } in strong_order() function
463 friend constexpr StrongOrder strong_order(D& lhs, D&) { lhs.touched = true; return StrongOrder(); } in strong_order() function
[all...]