Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/support/
H A Dcompare_types.h19 struct equality_comparable_with_ec1;
46 friend bool operator==(explicit_operators const&, equality_comparable_with_ec1 const&) noexcept;
47 friend bool operator==(equality_comparable_with_ec1 const&, explicit_operators const&) noexcept;
48 friend bool operator!=(explicit_operators const&, equality_comparable_with_ec1 const&) noexcept;
49 friend bool operator!=(equality_comparable_with_ec1 const&, explicit_operators const&) noexcept;
80 struct equality_comparable_with_ec1 { struct
81 bool operator==(equality_comparable_with_ec1) const noexcept;
82 bool operator!=(equality_comparable_with_ec1) const noexcept;
/llvm-project/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.cpp1099 static_assert(check_equality_comparable_with<equality_comparable_with_ec1,
1100 equality_comparable_with_ec1>());
1104 equality_comparable_with_ec1>());
/llvm-project/libcxx/test/std/concepts/concepts.compare/concepts.totallyordered/
H A Dtotally_ordered.compile.pass.cpp129 static_assert(!std::totally_ordered<equality_comparable_with_ec1>);
H A Dtotally_ordered_with.compile.pass.cpp636 static_assert(!check_totally_ordered_with<equality_comparable_with_ec1, equality_comparable_with_ec1>());
638 static_assert(!check_totally_ordered_with<explicit_operators, equality_comparable_with_ec1>());