Searched defs:strong_order (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libcxx/test/std/language.support/cmp/cmp.alg/ |
H A D | strong_order.pass.cpp | 44 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 D | compare_strong_order_fallback.pass.cpp | 44 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 D | weak_order.pass.cpp | 442 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 D | compare_weak_order_fallback.pass.cpp | 442 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...] |