Searched refs:ExpectGreater (Results 1 – 1 of 1) sorted by relevance
38 bool ExpectGreater = ExpectEqual ? false : !ExpectLess; in testTwoWayComparisons() local39 REQUIRE_MESSAGE(((lhs > rhs) == ExpectGreater), in testTwoWayComparisons()41 REQUIRE_MESSAGE(((lhs >= rhs) == (ExpectGreater || ExpectEqual)), in testTwoWayComparisons()61 bool ExpectGreater = ExpectEqual ? false : !ExpectLess; in testThreeWayComparisons() local62 REQUIRE_MESSAGE((lhs <=> rhs > 0) == ExpectGreater, in testThreeWayComparisons()64 REQUIRE_MESSAGE((lhs <=> rhs >= 0) == (ExpectGreater || ExpectEqual), in testThreeWayComparisons()