Searched refs:ExpectLess (Results 1 – 3 of 3) sorted by relevance
84 bool ExpectLess; in test_constexpr() member99 assert((V < 0) == TC.ExpectLess); in test_constexpr()101 assert((V <= 0) == (TC.ExpectLess || TC.ExpectEq)); in test_constexpr()105 assert((0 > V) == TC.ExpectLess); in test_constexpr()107 assert((0 >= V) == (TC.ExpectLess || TC.ExpectEq)); in test_constexpr()
99 bool ExpectLess; in test_constexpr() member113 assert((V < 0) == TC.ExpectLess); in test_constexpr()115 assert((V <= 0) == (TC.ExpectLess || TC.ExpectEq)); in test_constexpr()119 assert((0 > V) == TC.ExpectLess); in test_constexpr()121 assert((0 >= V) == (TC.ExpectLess || TC.ExpectEq)); in test_constexpr()
141 bool ExpectLess; in test_constexpr() member156 assert((V < 0) == TC.ExpectLess); in test_constexpr()158 assert((V <= 0) == (TC.ExpectLess || TC.ExpectEq)); in test_constexpr()162 assert((0 > V) == TC.ExpectLess); in test_constexpr()164 assert((0 >= V) == (TC.ExpectLess || TC.ExpectEq)); in test_constexpr()