Home
last modified time | relevance | path

Searched refs:equality_comparable_with_ec1 (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libcxx/test/support/
H A Dcompare_types.h18 struct equality_comparable_with_ec1;
45 friend bool operator==(explicit_operators const&, equality_comparable_with_ec1 const&) noexcept;
46 friend bool operator==(equality_comparable_with_ec1 const&, explicit_operators const&) noexcept;
47 friend bool operator!=(explicit_operators const&, equality_comparable_with_ec1 const&) noexcept;
48 friend bool operator!=(equality_comparable_with_ec1 const&, explicit_operators const&) noexcept;
79 struct equality_comparable_with_ec1 { struct
80 bool operator==(equality_comparable_with_ec1) const noexcept;
81 bool operator!=(equality_comparable_with_ec1) const noexcept;
/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.compare/concept.equalitycomparable/
H A Dequality_comparable.compile.pass.cpp106 static_assert(std::equality_comparable<equality_comparable_with_ec1>);
H A Dequality_comparable_with.compile.pass.cpp1102 static_assert(check_equality_comparable_with<equality_comparable_with_ec1,
1103 equality_comparable_with_ec1>());
1107 equality_comparable_with_ec1>());
/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.compare/concepts.totallyordered/
H A Dtotally_ordered.pass.cpp131 static_assert(!std::totally_ordered<equality_comparable_with_ec1>);
H A Dtotally_ordered_with.pass.cpp1062 static_assert(!check_totally_ordered_with<equality_comparable_with_ec1,
1063 equality_comparable_with_ec1>());
1067 equality_comparable_with_ec1>());