HomeSort by relevance Sort by last modified time
    Searched full:static_assert (Results 276 - 300 of 1136) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.cons/
move_noexcept.pass.cpp 35 static_assert(std::is_nothrow_move_constructible<C>::value, "");
39 static_assert(std::is_nothrow_move_constructible<C>::value, "");
43 static_assert(std::is_nothrow_move_constructible<C>::value, "");
47 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.spec/
swap_noexcept.pass.cpp 42 static_assert(noexcept(swap(c1, c2)), "");
47 static_assert(noexcept(swap(c1, c2)), "");
52 static_assert(noexcept(swap(c1, c2)), "");
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.cons/
default_noexcept.pass.cpp 35 static_assert(std::is_nothrow_default_constructible<C>::value, "");
39 static_assert(std::is_nothrow_default_constructible<C>::value, "");
43 static_assert(!std::is_nothrow_default_constructible<C>::value, "");
47 static_assert(!std::is_nothrow_default_constructible<C>::value, "");
dtor_noexcept.pass.cpp 37 static_assert(std::is_nothrow_destructible<C>::value, "");
41 static_assert(std::is_nothrow_destructible<C>::value, "");
45 static_assert(std::is_nothrow_destructible<C>::value, "");
49 static_assert(!std::is_nothrow_destructible<C>::value, "");
move_assign_noexcept.pass.cpp 37 static_assert(std::is_nothrow_move_assignable<C>::value, "");
41 static_assert(!std::is_nothrow_move_assignable<C>::value, "");
45 static_assert(std::is_nothrow_move_assignable<C>::value, "");
49 static_assert(!std::is_nothrow_move_assignable<C>::value, "");
move_noexcept.pass.cpp 35 static_assert(std::is_nothrow_move_constructible<C>::value, "");
39 static_assert(std::is_nothrow_move_constructible<C>::value, "");
43 static_assert(std::is_nothrow_move_constructible<C>::value, "");
47 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.special/
swap_noexcept.pass.cpp 42 static_assert(noexcept(swap(c1, c2)), "");
47 static_assert(noexcept(swap(c1, c2)), "");
52 static_assert(noexcept(swap(c1, c2)), "");
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.cons/
default_noexcept.pass.cpp 35 static_assert(std::is_nothrow_default_constructible<C>::value, "");
39 static_assert(std::is_nothrow_default_constructible<C>::value, "");
43 static_assert(!std::is_nothrow_default_constructible<C>::value, "");
47 static_assert(!std::is_nothrow_default_constructible<C>::value, "");
dtor_noexcept.pass.cpp 37 static_assert(std::is_nothrow_destructible<C>::value, "");
41 static_assert(std::is_nothrow_destructible<C>::value, "");
45 static_assert(std::is_nothrow_destructible<C>::value, "");
49 static_assert(!std::is_nothrow_destructible<C>::value, "");
move_assign_noexcept.pass.cpp 37 static_assert(std::is_nothrow_move_assignable<C>::value, "");
41 static_assert(!std::is_nothrow_move_assignable<C>::value, "");
45 static_assert(std::is_nothrow_move_assignable<C>::value, "");
49 static_assert(!std::is_nothrow_move_assignable<C>::value, "");
move_noexcept.pass.cpp 35 static_assert(std::is_nothrow_move_constructible<C>::value, "");
39 static_assert(std::is_nothrow_move_constructible<C>::value, "");
43 static_assert(std::is_nothrow_move_constructible<C>::value, "");
47 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.special/
swap_noexcept.pass.cpp 42 static_assert(noexcept(swap(c1, c2)), "");
47 static_assert(noexcept(swap(c1, c2)), "");
52 static_assert(noexcept(swap(c1, c2)), "");
57 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector.bool/
default_noexcept.pass.cpp 34 static_assert(std::is_nothrow_default_constructible<C>::value, "");
38 static_assert(std::is_nothrow_default_constructible<C>::value, "");
42 static_assert(!std::is_nothrow_default_constructible<C>::value, "");
46 static_assert(!std::is_nothrow_default_constructible<C>::value, "");
dtor_noexcept.pass.cpp 36 static_assert(std::is_nothrow_destructible<C>::value, "");
40 static_assert(std::is_nothrow_destructible<C>::value, "");
44 static_assert(std::is_nothrow_destructible<C>::value, "");
48 static_assert(!std::is_nothrow_destructible<C>::value, "");
move_assign_noexcept.pass.cpp 36 static_assert(std::is_nothrow_move_assignable<C>::value, "");
40 static_assert(!std::is_nothrow_move_assignable<C>::value, "");
44 static_assert(std::is_nothrow_move_assignable<C>::value, "");
48 static_assert(!std::is_nothrow_move_assignable<C>::value, "");
move_noexcept.pass.cpp 34 static_assert(std::is_nothrow_move_constructible<C>::value, "");
38 static_assert(std::is_nothrow_move_constructible<C>::value, "");
42 static_assert(std::is_nothrow_move_constructible<C>::value, "");
46 static_assert(!std::is_nothrow_move_constructible<C>::value, "");
swap_noexcept.pass.cpp 41 static_assert(noexcept(swap(c1, c2)), "");
46 static_assert(noexcept(swap(c1, c2)), "");
51 static_assert(noexcept(swap(c1, c2)), "");
56 static_assert(!noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.traits/
iterator.pass.cpp 39 static_assert((std::is_same<It::difference_type, int>::value), "");
40 static_assert((std::is_same<It::value_type, A>::value), "");
41 static_assert((std::is_same<It::pointer, A*>::value), "");
42 static_assert((std::is_same<It::iterator_category, std::forward_iterator_tag>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
has_denorm_loss.pass.cpp 20 static_assert(std::numeric_limits<T>::has_denorm_loss == expected, "has_denorm_loss test 1");
21 static_assert(std::numeric_limits<const T>::has_denorm_loss == expected, "has_denorm_loss test 2");
22 static_assert(std::numeric_limits<volatile T>::has_denorm_loss == expected, "has_denorm_loss test 3");
23 static_assert(std::numeric_limits<const volatile T>::has_denorm_loss == expected, "has_denorm_loss test 4");
has_infinity.pass.cpp 20 static_assert(std::numeric_limits<T>::has_infinity == expected, "has_infinity test 1");
21 static_assert(std::numeric_limits<const T>::has_infinity == expected, "has_infinity test 2");
22 static_assert(std::numeric_limits<volatile T>::has_infinity == expected, "has_infinity test 3");
23 static_assert(std::numeric_limits<const volatile T>::has_infinity == expected, "has_infinity test 4");
has_quiet_NaN.pass.cpp 20 static_assert(std::numeric_limits<T>::has_quiet_NaN == expected, "has_quiet_NaN test 1");
21 static_assert(std::numeric_limits<const T>::has_quiet_NaN == expected, "has_quiet_NaN test 2");
22 static_assert(std::numeric_limits<volatile T>::has_quiet_NaN == expected, "has_quiet_NaN test 3");
23 static_assert(std::numeric_limits<const volatile T>::has_quiet_NaN == expected, "has_quiet_NaN test 4");
has_signaling_NaN.pass.cpp 20 static_assert(std::numeric_limits<T>::has_signaling_NaN == expected, "has_signaling_NaN test 1");
21 static_assert(std::numeric_limits<const T>::has_signaling_NaN == expected, "has_signaling_NaN test 2");
22 static_assert(std::numeric_limits<volatile T>::has_signaling_NaN == expected, "has_signaling_NaN test 3");
23 static_assert(std::numeric_limits<const volatile T>::has_signaling_NaN == expected, "has_signaling_NaN test 4");
is_bounded.pass.cpp 20 static_assert(std::numeric_limits<T>::is_bounded == expected, "is_bounded test 1");
21 static_assert(std::numeric_limits<const T>::is_bounded == expected, "is_bounded test 2");
22 static_assert(std::numeric_limits<volatile T>::is_bounded == expected, "is_bounded test 3");
23 static_assert(std::numeric_limits<const volatile T>::is_bounded == expected, "is_bounded test 4");
is_exact.pass.cpp 20 static_assert(std::numeric_limits<T>::is_exact == expected, "is_exact test 1");
21 static_assert(std::numeric_limits<const T>::is_exact == expected, "is_exact test 2");
22 static_assert(std::numeric_limits<volatile T>::is_exact == expected, "is_exact test 3");
23 static_assert(std::numeric_limits<const volatile T>::is_exact == expected, "is_exact test 4");
is_iec559.pass.cpp 20 static_assert(std::numeric_limits<T>::is_iec559 == expected, "is_iec559 test 1");
21 static_assert(std::numeric_limits<const T>::is_iec559 == expected, "is_iec559 test 2");
22 static_assert(std::numeric_limits<volatile T>::is_iec559 == expected, "is_iec559 test 3");
23 static_assert(std::numeric_limits<const volatile T>::is_iec559 == expected, "is_iec559 test 4");

Completed in 540 milliseconds

<<11121314151617181920>>