Home
last modified time | relevance | path

Searched refs:ExpectLess (Results 1 – 3 of 3) sorted by relevance

/external/libcxx/test/std/language.support/cmp/cmp.partialord/
Dpartialord.pass.cpp84 bool ExpectLess; in test_constexpr() member
99 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()
/external/libcxx/test/std/language.support/cmp/cmp.weakord/
Dweakord.pass.cpp99 bool ExpectLess; in test_constexpr() member
113 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()
/external/libcxx/test/std/language.support/cmp/cmp.strongord/
Dstrongord.pass.cpp141 bool ExpectLess; in test_constexpr() member
156 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()