Lines Matching refs:_0
21 typedef int_<0> _0; typedef
26 MPL_ASSERT_NOT(( equal_to<_0, _10> )); in MPL_TEST_CASE()
27 MPL_ASSERT_NOT(( equal_to<_10, _0> )); in MPL_TEST_CASE()
33 MPL_ASSERT(( not_equal_to<_0, _10> )); in MPL_TEST_CASE()
34 MPL_ASSERT(( not_equal_to<_10, _0> )); in MPL_TEST_CASE()
40 MPL_ASSERT(( less<_0, _10> )); in MPL_TEST_CASE()
41 MPL_ASSERT_NOT(( less<_10, _0> )); in MPL_TEST_CASE()
47 MPL_ASSERT(( less_equal<_0, _10> )); in MPL_TEST_CASE()
48 MPL_ASSERT_NOT(( less_equal<_10, _0> )); in MPL_TEST_CASE()
54 MPL_ASSERT(( greater<_10, _0> )); in MPL_TEST_CASE()
55 MPL_ASSERT_NOT(( greater<_0, _10> )); in MPL_TEST_CASE()
61 MPL_ASSERT_NOT(( greater_equal<_0, _10> )); in MPL_TEST_CASE()
62 MPL_ASSERT(( greater_equal<_10, _0> )); in MPL_TEST_CASE()