Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/variant/variant.relops/
Drelops.pass.cpp94 struct ComparesToMyBool { struct
97 inline constexpr MyBool operator==(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator ==() argument
100 inline constexpr MyBool operator!=(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator !=()
103 inline constexpr MyBool operator<(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexcep… in operator <()
106 inline constexpr MyBool operator<=(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator <=()
109 inline constexpr MyBool operator>(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexcep… in operator >()
112 inline constexpr MyBool operator>=(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator >=()
158 test_equality_basic<ComparesToMyBool, int>(); in test_equality()
159 test_equality_basic<int, ComparesToMyBool>(); in test_equality()
160 test_equality_basic<ComparesToMyBool, ComparesToMyBool>(); in test_equality()
[all …]