/third_party/boost/libs/mp11/test/ |
D | mp_is_list.cpp | 19 using boost::mp11::mp_is_list; in main() 24 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_is_list<void>, mp_false>)); in main() 25 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_is_list<int>, mp_false>)); in main() 26 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_is_list<char[]>, mp_false>)); in main() 30 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_is_list<mp_list<>>, mp_true>)); in main() 31 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_is_list<mp_list<void>>, mp_true>)); in main() 32 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_is_list<mp_list<void, void>>, mp_true>)); in main() 33 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_is_list<mp_list<void, void, void>>, mp_true>)); in main() 34 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_is_list<mp_list<void, void, void, void>>, mp_true>)); in main() 38 BOOST_TEST_TRAIT_TRUE((std::is_same<mp_is_list<std::tuple<>>, mp_true>)); in main() [all …]
|
/third_party/boost/libs/safe_numerics/test/ |
D | test_or_native.cpp | 27 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 35 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_less_than_automatic.cpp | 27 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 35 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_and_native.cpp | 28 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 36 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_and_automatic.cpp | 28 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 36 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_xor_automatic.cpp | 25 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 33 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_left_shift_automatic.cpp | 28 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 36 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_divide_native.cpp | 29 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 37 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_xor_native.cpp | 26 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 34 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_equal_native.cpp | 26 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 34 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_equal_automatic.cpp | 27 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 35 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_or_automatic.cpp | 27 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 35 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_modulus_native.cpp | 27 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 35 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_subtract_automatic.cpp | 29 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 37 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_less_than_native.cpp | 26 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 34 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_add_native.cpp | 28 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 36 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_multiply_native.cpp | 27 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 35 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_modulus_automatic.cpp | 28 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 36 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_divide_automatic.cpp | 28 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 36 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_left_shift_native.cpp | 28 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 36 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_add_automatic.cpp | 29 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 37 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_multiply_automatic.cpp | 28 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 36 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_right_shift_native.cpp | 27 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 35 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_subtract_native.cpp | 30 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 38 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|
D | test_right_shift_automatic.cpp | 28 static_assert(mp_is_list<L>(), "must be a list of integral constants"); 36 static_assert(mp_is_list<T>(), "must be a list of two integral constants"); in operator ()()
|