Lines Matching refs:ComparesToMyBool
92 struct ComparesToMyBool { struct
95 inline constexpr MyBool operator==(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator ==() argument
98 inline constexpr MyBool operator!=(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator !=()
101 inline constexpr MyBool operator<(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexcep… in operator <()
104 inline constexpr MyBool operator<=(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator <=()
107 inline constexpr MyBool operator>(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexcep… in operator >()
110 inline constexpr MyBool operator>=(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator >=()
156 test_equality_basic<ComparesToMyBool, int>(); in test_equality()
157 test_equality_basic<int, ComparesToMyBool>(); in test_equality()
158 test_equality_basic<ComparesToMyBool, ComparesToMyBool>(); in test_equality()
242 test_relational_basic<ComparesToMyBool, int>(); in test_relational()
243 test_relational_basic<int, ComparesToMyBool>(); in test_relational()
244 test_relational_basic<ComparesToMyBool, ComparesToMyBool>(); in test_relational()