HomeSort by relevance Sort by last modified time
    Searched full:static_assert (Results 426 - 450 of 1130) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.negbin/
types.pass.cpp 25 static_assert((std::is_same<result_type, int>::value), "");
30 static_assert((std::is_same<result_type, long>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.cauchy/
types.pass.cpp 27 static_assert((std::is_same<result_type, double>::value), "");
32 static_assert((std::is_same<result_type, float>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.chisq/
types.pass.cpp 27 static_assert((std::is_same<result_type, double>::value), "");
32 static_assert((std::is_same<result_type, float>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.f/
types.pass.cpp 27 static_assert((std::is_same<result_type, double>::value), "");
32 static_assert((std::is_same<result_type, float>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.lognormal/
types.pass.cpp 27 static_assert((std::is_same<result_type, double>::value), "");
32 static_assert((std::is_same<result_type, float>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/
types.pass.cpp 27 static_assert((std::is_same<result_type, double>::value), "");
32 static_assert((std::is_same<result_type, float>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.t/
types.pass.cpp 27 static_assert((std::is_same<result_type, double>::value), "");
32 static_assert((std::is_same<result_type, float>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.exp/
types.pass.cpp 27 static_assert((std::is_same<result_type, double>::value), "");
32 static_assert((std::is_same<result_type, float>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/
types.pass.cpp 27 static_assert((std::is_same<result_type, double>::value), "");
32 static_assert((std::is_same<result_type, float>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/
types.pass.cpp 27 static_assert((std::is_same<result_type, double>::value), "");
32 static_assert((std::is_same<result_type, float>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.poisson/
types.pass.cpp 27 static_assert((std::is_same<result_type, int>::value), "");
32 static_assert((std::is_same<result_type, unsigned long long>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/
types.pass.cpp 27 static_assert((std::is_same<result_type, double>::value), "");
32 static_assert((std::is_same<result_type, float>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
types.pass.cpp 25 static_assert((std::is_same<result_type, int>::value), "");
30 static_assert((std::is_same<result_type, long>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
types.pass.cpp 25 static_assert((std::is_same<result_type, double>::value), "");
30 static_assert((std::is_same<result_type, float>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.plinear/
types.pass.cpp 25 static_assert((std::is_same<result_type, double>::value), "");
30 static_assert((std::is_same<result_type, float>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/
result_type.pass.cpp 25 static_assert((std::is_same<
33 static_assert((std::is_same<
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.require/
unary_function.pass.cpp 20 static_assert((std::is_same<uf::argument_type, int>::value), "");
21 static_assert((std::is_same<uf::result_type, bool>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/
pointer.pass.cpp 30 static_assert((std::is_same<std::pointer_traits<A>::pointer, A>::value), "");
31 static_assert((std::is_same<std::pointer_traits<int*>::pointer, int*>::value), "");
rebind.pass.cpp 25 static_assert((std::is_same<std::pointer_traits<int*>::rebind<double>, double*>::value), "");
27 static_assert((std::is_same<std::pointer_traits<int*>::rebind<double>::other, double*>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/
pointer_type.pass.cpp 28 static_assert((std::is_same<P::pointer, int*>::value), "");
32 static_assert((std::is_same<P::pointer, Deleter::pointer>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/
pointer_type.pass.cpp 28 static_assert((std::is_same<P::pointer, int*>::value), "");
32 static_assert((std::is_same<P::pointer, Deleter::pointer>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/
decay.pass.cpp 19 static_assert((std::is_same<typename std::decay<T>::type, U>::value), "");
21 static_assert((std::is_same<std::decay_t<T>, U>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
is_literal_type.pass.cpp 19 static_assert( std::is_literal_type<T>::value, "");
25 static_assert(!std::is_literal_type<T>::value, "");
is_trivially_assignable.pass.cpp 19 static_assert(( std::is_trivially_assignable<T, U>::value), "");
25 static_assert((!std::is_trivially_assignable<T, U>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.duration/
types.pass.cpp 25 static_assert((std::is_same<D::rep, long>::value), "");
26 static_assert((std::is_same<D::period, std::ratio<3, 2> >::value), "");

Completed in 386 milliseconds

<<11121314151617181920>>