Searched refs:ExpectEq (Results 1 – 3 of 3) sorted by relevance
82 bool ExpectEq; in test_constexpr() member94 assert((V == 0) == TC.ExpectEq); in test_constexpr()95 assert((0 == V) == TC.ExpectEq); in test_constexpr()101 assert((V <= 0) == (TC.ExpectLess || TC.ExpectEq)); in test_constexpr()102 assert((V >= 0) == (TC.ExpectGreater || TC.ExpectEq)); in test_constexpr()106 assert((0 <= V) == (TC.ExpectGreater || TC.ExpectEq)); in test_constexpr()107 assert((0 >= V) == (TC.ExpectLess || TC.ExpectEq)); in test_constexpr()
97 bool ExpectEq; in test_constexpr() member108 assert((V == 0) == TC.ExpectEq); in test_constexpr()109 assert((0 == V) == TC.ExpectEq); in test_constexpr()115 assert((V <= 0) == (TC.ExpectLess || TC.ExpectEq)); in test_constexpr()116 assert((V >= 0) == (TC.ExpectGreater || TC.ExpectEq)); in test_constexpr()120 assert((0 <= V) == (TC.ExpectGreater || TC.ExpectEq)); in test_constexpr()121 assert((0 >= V) == (TC.ExpectLess || TC.ExpectEq)); in test_constexpr()
139 bool ExpectEq; in test_constexpr() member151 assert((V == 0) == TC.ExpectEq); in test_constexpr()152 assert((0 == V) == TC.ExpectEq); in test_constexpr()158 assert((V <= 0) == (TC.ExpectLess || TC.ExpectEq)); in test_constexpr()159 assert((V >= 0) == (TC.ExpectGreater || TC.ExpectEq)); in test_constexpr()163 assert((0 <= V) == (TC.ExpectGreater || TC.ExpectEq)); in test_constexpr()164 assert((0 >= V) == (TC.ExpectLess || TC.ExpectEq)); in test_constexpr()