Searched refs:LIBCPP11_STATIC_ASSERT (Results 1 – 1 of 1) sorted by relevance
23 #define LIBCPP11_STATIC_ASSERT(...) static_assert(__VA_ARGS__) macro25 #define LIBCPP11_STATIC_ASSERT(...) ((void)0) macro83 LIBCPP11_STATIC_ASSERT((std::__libcpp_is_constructible<T>::type::value), ""); in test_is_constructible()93 LIBCPP11_STATIC_ASSERT((std::__libcpp_is_constructible<T, A0>::type::value), ""); in test_is_constructible()103 LIBCPP11_STATIC_ASSERT((std::__libcpp_is_constructible<T, A0, A1>::type::value), ""); in test_is_constructible()113 LIBCPP11_STATIC_ASSERT((!std::__libcpp_is_constructible<T>::type::value), ""); in test_is_not_constructible()123 LIBCPP11_STATIC_ASSERT((!std::__libcpp_is_constructible<T, A0>::type::value), ""); in test_is_not_constructible()