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

<<21222324252627282930>>

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/unord.hash/
integral.pass.cpp 30 static_assert((std::is_base_of<std::unary_function<T, std::size_t>,
pointer.pass.cpp 30 static_assert((std::is_base_of<std::unary_function<T, std::size_t>,
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.trans/meta.trans.cv/
add_const.pass.cpp 19 static_assert((std::is_same<typename std::add_const<T>::type, const U>::value), "");
add_cv.pass.cpp 19 static_assert((std::is_same<typename std::add_cv<T>::type, const volatile U>::value), "");
add_volatile.pass.cpp 19 static_assert((std::is_same<typename std::add_volatile<T>::type, volatile U>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.trans/meta.trans.ptr/
remove_pointer.pass.cpp 19 static_assert((std::is_same<typename std::remove_pointer<T>::type, U>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.trans/meta.trans.ref/
add_rvalue_ref.pass.cpp 21 static_assert((std::is_same<typename std::add_rvalue_reference<T>::type, U>::value), "");
remove_ref.pass.cpp 19 static_assert((std::is_same<typename std::remove_reference<T>::type, U>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.unary/meta.unary.prop/
is_copy_constructible.pass.cpp 19 static_assert(std::is_copy_constructible<T>::value == Result, "");
is_move_constructible.pass.cpp 19 static_assert(std::is_move_constructible<T>::value == Result, "");
is_nothrow_copy_assignable.pass.cpp 19 static_assert(std::is_nothrow_copy_assignable<T>::value == Result, "");
is_nothrow_move_assignable.pass.cpp 19 static_assert(std::is_nothrow_move_assignable<T>::value == Result, "");
is_trivially_copy_assignable.pass.cpp 19 static_assert(std::is_trivially_copy_assignable<T>::value == Result, "");
is_trivially_move_assignable.pass.cpp 19 static_assert(std::is_trivially_move_assignable<T>::value == Result, "");
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/template.bitset/bitset.hash/
bitset.pass.cpp 31 static_assert((std::is_base_of<std::unary_function<T, std::size_t>,
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.duration/time.duration.arithmetic/
op_-.pass.cpp 30 static_assert(m2.count() == -m.count(), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.duration/time.duration.cons/
convert_exact.pass.cpp 33 static_assert(us.count() == 1000, "");
convert_inexact.pass.cpp 33 static_assert(ms.count() == 1./1000, "");
convert_int_to_float.pass.cpp 33 static_assert(d.count() == 3000, "");
rep.pass.cpp 30 static_assert(d2.count() == 2, "");
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.duration/time.duration.nonmember/
op_divide_rep.pass.cpp 33 static_assert(ns2.count() == 3, "");
op_mod_rep.pass.cpp 33 static_assert(ns2.count() == 3, "");
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.duration/time.duration.special/
max.pass.cpp 34 static_assert(D::max().count() == max_rep, "");
min.pass.cpp 34 static_assert(D::min().count() == min_rep, "");
zero.pass.cpp 33 static_assert(D::zero().count() == zero_rep, "");

Completed in 128 milliseconds

<<21222324252627282930>>