HomeSort by relevance Sort by last modified time
    Searched refs:LIBCPP_STATIC_ASSERT (Results 1 - 16 of 16) sorted by null

  /external/libcxx/test/libcxx/selftest/
test_macros.pass.cpp 26 #ifndef LIBCPP_STATIC_ASSERT
27 #error LIBCPP_STATIC_ASSERT must be defined
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/selftest/
test_macros.pass.cpp 26 #ifndef LIBCPP_STATIC_ASSERT
27 #error LIBCPP_STATIC_ASSERT must be defined
  /external/libcxx/test/std/thread/futures/futures.overview/
launch.pass.cpp 29 LIBCPP_STATIC_ASSERT(static_cast<int>(std::launch::any) ==
32 LIBCPP_STATIC_ASSERT(std::launch::any == (std::launch::async | std::launch::deferred), "");
34 LIBCPP_STATIC_ASSERT(std::launch::any == (std::launch::async ^ std::launch::deferred), "");
35 LIBCPP_STATIC_ASSERT(std::launch::deferred == ~std::launch::async, "");
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_swappable_include_order.pass.cpp 32 LIBCPP_STATIC_ASSERT(std::__is_swappable<T>::value, "");
is_constructible.pass.cpp 251 LIBCPP_STATIC_ASSERT(
256 LIBCPP_STATIC_ASSERT(std::__libcpp_is_constructible<int&&, ExplicitTo<int&&>>::value, "");
263 LIBCPP_STATIC_ASSERT(
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/meta/meta.unary/meta.unary.prop/
is_swappable_include_order.pass.cpp 32 LIBCPP_STATIC_ASSERT(std::__is_swappable<T>::value, "");
  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
copy.pass.cpp 56 LIBCPP_STATIC_ASSERT(assign_empty(O{42}), "");
57 LIBCPP_STATIC_ASSERT(assign_value(O{42}), "");
63 LIBCPP_STATIC_ASSERT(assign_empty(O{42}), "");
64 LIBCPP_STATIC_ASSERT(assign_value(O{42}), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.overview/
launch.pass.cpp 29 LIBCPP_STATIC_ASSERT(static_cast<int>(std::launch::any) ==
32 LIBCPP_STATIC_ASSERT(std::launch::any == (std::launch::async | std::launch::deferred), "");
34 LIBCPP_STATIC_ASSERT(std::launch::any == (std::launch::async ^ std::launch::deferred), "");
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/support/
test_macros.h 88 #define LIBCPP_STATIC_ASSERT(...) static_assert(__VA_ARGS__)
91 #define LIBCPP_STATIC_ASSERT(...) ((void)0)
  /external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
bind_return_type.pass.cpp 86 LIBCPP_STATIC_ASSERT(!CheckCall<Bind>(), "");
89 LIBCPP_STATIC_ASSERT(!CheckCall<BindR>(), "");
113 LIBCPP_STATIC_ASSERT(!CheckCall<Bind>(), "");
  /external/libcxx/test/std/iterators/stream.iterators/istreambuf.iterator/
types.pass.cpp 44 LIBCPP_STATIC_ASSERT((std::is_same<I1::pointer, char*>::value), "");
59 LIBCPP_STATIC_ASSERT((std::is_same<I2::pointer, wchar_t*>::value), "");
  /external/libcxx/test/std/containers/sequences/array/
types.pass.cpp 58 LIBCPP_STATIC_ASSERT((std::is_same<C::iterator, T*>::value), "");
59 LIBCPP_STATIC_ASSERT((std::is_same<C::const_iterator, const T*>::value), "");
80 LIBCPP_STATIC_ASSERT((std::is_same<C::iterator, T*>::value), "");
81 LIBCPP_STATIC_ASSERT((std::is_same<C::const_iterator, const T*>::value), "");
  /external/libcxx/test/std/utilities/memory/default.allocator/
allocator_types.pass.cpp 50 LIBCPP_STATIC_ASSERT((std::is_same<std::allocator<const char>::is_always_equal, std::true_type>::value), "");
  /external/libcxx/test/support/
test_macros.h 151 #define LIBCPP_STATIC_ASSERT(...) static_assert(__VA_ARGS__)
157 #define LIBCPP_STATIC_ASSERT(...) ((void)0)
  /external/libcxx/test/std/utilities/variant/variant.variant/variant.swap/
swap.pass.cpp 492 LIBCPP_STATIC_ASSERT(!has_swap_member<V>(), "");
497 LIBCPP_STATIC_ASSERT(!has_swap_member<V>(), "");
502 LIBCPP_STATIC_ASSERT(!has_swap_member<V>(), "");
507 LIBCPP_STATIC_ASSERT(!has_swap_member<V>(), "");
572 LIBCPP_STATIC_ASSERT(!has_swap_member<V>(), "");
  /external/libcxx/test/std/utilities/function.objects/func.not_fn/
not_fn.pass.cpp 563 LIBCPP_STATIC_ASSERT(noexcept(!_VSTD::__invoke(value)), "");

Completed in 554 milliseconds