HomeSort by relevance Sort by last modified time
    Searched full:static_assert (Results 526 - 550 of 918) sorted by null

<<21222324252627282930>>

  /ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/queue/queue.cons/
dtor_noexcept.pass.cpp 24 static_assert(std::is_nothrow_destructible<C>::value, "");
move_assign_noexcept.pass.cpp 27 static_assert(std::is_nothrow_move_assignable<C>::value, "");
move_noexcept.pass.cpp 27 static_assert(std::is_nothrow_move_constructible<C>::value, "");
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/queue/queue.special/
swap_noexcept.pass.cpp 28 static_assert(noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/stack/stack.cons/
default_noexcept.pass.cpp 27 static_assert(std::is_nothrow_default_constructible<C>::value, "");
dtor_noexcept.pass.cpp 24 static_assert(std::is_nothrow_destructible<C>::value, "");
move_assign_noexcept.pass.cpp 27 static_assert(std::is_nothrow_move_assignable<C>::value, "");
move_noexcept.pass.cpp 27 static_assert(std::is_nothrow_move_constructible<C>::value, "");
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/container.adaptors/stack/stack.special/
swap_noexcept.pass.cpp 28 static_assert(noexcept(swap(c1, c2)), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.auto.ptr/auto.ptr/
element_type.pass.cpp 27 static_assert((std::is_same<typename std::auto_ptr<T>::element_type, T>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
setjmp_h.pass.cpp 18 static_assert((std::is_same<__typeof__(longjmp(jb, 0)), void>::value),
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.function.objects/depr.adaptors/depr.function.pointer.adaptors/
pointer_to_binary_function.pass.cpp 23 static_assert((std::is_base_of<std::binary_function<int, short, double>, F>::value), "");
pointer_to_unary_function.pass.cpp 23 static_assert((std::is_base_of<std::unary_function<int, double>, F>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.ios.members/
streampos.pass.cpp 23 static_assert((std::is_same<std::ios_base::streampos, std::streampos>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.istrstream/
types.pass.cpp 22 static_assert((std::is_base_of<std::istream, std::istrstream>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.ostrstream/
types.pass.cpp 22 static_assert((std::is_base_of<std::ostream, std::ostrstream>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.str.strstreams/depr.strstreambuf/
types.pass.cpp 20 static_assert((std::is_base_of<std::streambuf, std::strstreambuf>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/iterator.primitives/std.iterator.tags/
input_iterator_tag.pass.cpp 20 static_assert((!std::is_base_of<std::output_iterator_tag,
output_iterator_tag.pass.cpp 20 static_assert((!std::is_base_of<std::input_iterator_tag,
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.exception/exception/
exception.pass.cpp 18 static_assert(std::is_polymorphic<std::exception>::value,
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.runtime/
csetjmp.pass.cpp 22 static_assert((std::is_same<__typeof__(std::longjmp(jb, 0)), void>::value),
  /ndk/sources/cxx-stl/llvm-libc++/test/language.support/support.types/
offsetof.pass.cpp 24 static_assert(noexcept(offsetof(A, x)), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/complex/
types.pass.cpp 28 static_assert((std::is_same<typename C::value_type, T>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/template.gslice.array/
types.pass.cpp 23 static_assert((std::is_same<std::gslice_array<int>::value_type, int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/template.indirect.array/
types.pass.cpp 23 static_assert((std::is_same<std::indirect_array<int>::value_type, int>::value), "");

Completed in 180 milliseconds

<<21222324252627282930>>