Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/language.support/cmp/cmp.weakord/
H A Dweakord.pass.cpp93 bool ExpectLess; in test_constexpr() member
107 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()
/llvm-project-15.0.7/libcxx/test/std/language.support/cmp/cmp.partialord/
H A Dpartialord.pass.cpp74 bool ExpectLess; in test_constexpr() member
89 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()
/llvm-project-15.0.7/libcxx/test/std/language.support/cmp/cmp.strongord/
H A Dstrongord.pass.cpp113 bool ExpectLess; in test_constexpr() member
128 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()