Searched refs:ComparesToMyBool (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/libcxx/test/std/utilities/variant/variant.relops/ |
D | relops.pass.cpp | 93 struct ComparesToMyBool { struct 96 inline constexpr MyBool operator==(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator ==() argument 99 inline constexpr MyBool operator!=(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator !=() 102 inline constexpr MyBool operator<(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexcep… in operator <() 105 inline constexpr MyBool operator<=(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator <=() 108 inline constexpr MyBool operator>(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexcep… in operator >() 111 inline constexpr MyBool operator>=(const ComparesToMyBool& LHS, const ComparesToMyBool& RHS) noexce… in operator >=() 157 test_equality_basic<ComparesToMyBool, int>(); in test_equality() 158 test_equality_basic<int, ComparesToMyBool>(); in test_equality() 159 test_equality_basic<ComparesToMyBool, ComparesToMyBool>(); in test_equality() [all …]
|
/external/libcxx/test/std/utilities/variant/variant.relops/ |
D | relops.pass.cpp | 94 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 …]
|