Searched refs:ExpectLess (Results 1 – 3 of 3) sorted by relevance
93 bool ExpectLess; in test_constexpr() member107 assert((V < 0) == TC.ExpectLess); in test_constexpr()109 assert((V <= 0) == (TC.ExpectLess || TC.ExpectEq)); in test_constexpr()113 assert((0 > V) == TC.ExpectLess); in test_constexpr()115 assert((0 >= V) == (TC.ExpectLess || TC.ExpectEq)); in test_constexpr()
74 bool ExpectLess; in test_constexpr() member89 assert((V < 0) == TC.ExpectLess); in test_constexpr()91 assert((V <= 0) == (TC.ExpectLess || TC.ExpectEq)); in test_constexpr()95 assert((0 > V) == TC.ExpectLess); in test_constexpr()97 assert((0 >= V) == (TC.ExpectLess || TC.ExpectEq)); in test_constexpr()
113 bool ExpectLess; in test_constexpr() member128 assert((V < 0) == TC.ExpectLess); in test_constexpr()130 assert((V <= 0) == (TC.ExpectLess || TC.ExpectEq)); in test_constexpr()134 assert((0 > V) == TC.ExpectLess); in test_constexpr()136 assert((0 >= V) == (TC.ExpectLess || TC.ExpectEq)); in test_constexpr()