Home
last modified time | relevance | path

Searched refs:LIBCPP11_STATIC_ASSERT (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_constructible.pass.cpp23 #define LIBCPP11_STATIC_ASSERT(...) static_assert(__VA_ARGS__) macro
25 #define LIBCPP11_STATIC_ASSERT(...) ((void)0) macro
84 LIBCPP11_STATIC_ASSERT((std::__libcpp_is_constructible<T>::type::value), ""); in test_is_constructible()
94 LIBCPP11_STATIC_ASSERT((std::__libcpp_is_constructible<T, A0>::type::value), ""); in test_is_constructible()
104 LIBCPP11_STATIC_ASSERT((std::__libcpp_is_constructible<T, A0, A1>::type::value), ""); in test_is_constructible()
114 LIBCPP11_STATIC_ASSERT((std::__libcpp_is_constructible<T, A0, A1, A2>::type::value), ""); in test_is_constructible()
124 LIBCPP11_STATIC_ASSERT((!std::__libcpp_is_constructible<T>::type::value), ""); in test_is_not_constructible()
134 LIBCPP11_STATIC_ASSERT((!std::__libcpp_is_constructible<T, A0>::type::value), ""); in test_is_not_constructible()
/external/llvm-project/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_constructible.pass.cpp20 #define LIBCPP11_STATIC_ASSERT(...) static_assert(__VA_ARGS__) macro
22 #define LIBCPP11_STATIC_ASSERT(...) ((void)0) macro