/ndk/sources/cxx-stl/llvm-libc++/test/iterators/iterator.primitives/std.iterator.tags/ |
random_access_iterator_tag.pass.cpp | 20 static_assert((std::is_base_of<std::bidirectional_iterator_tag, 22 static_assert((!std::is_base_of<std::output_iterator_tag,
|
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/numarray/template.valarray/ |
types.pass.cpp | 24 static_assert((std::is_same<std::valarray<int>::value_type, int>::value), ""); 25 static_assert((std::is_same<std::valarray<double>::value_type, double>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.adapt/rand.adapt.disc/ |
result_type.pass.cpp | 25 static_assert((std::is_same< 33 static_assert((std::is_same<
|
/ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.bin/ |
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++/test/numerics/rand/rand.dis/rand.dist.bern/rand.dist.bern.geo/ |
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++/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++/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++/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++/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++/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++/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++/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++/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++/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++/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++/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++/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++/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++/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++/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++/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++/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++/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++/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), "");
|