Searched
full:static_assert (Results
651 -
675 of
1130) sorted by null
<<21222324252627282930>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/ |
types.pass.cpp | 25 static_assert((std::is_same<std::unique_lock<std::mutex>::mutex_type,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.threads/thread.thread.class/ |
types.pass.cpp | 24 static_assert((std::is_same<std::thread::native_handle_type, pthread_t>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/ |
divides.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, int>, F>::value), "");
|
minus.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, int>, F>::value), "");
|
modulus.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, int>, F>::value), "");
|
multiplies.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, int>, F>::value), "");
|
negate.pass.cpp | 22 static_assert((std::is_base_of<std::unary_function<int, int>, F>::value), "");
|
plus.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, int>, F>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/bind/func.bind/func.bind.isbind/ |
is_bind_expression.pass.cpp | 20 static_assert(std::is_bind_expression<T>::value == Expected, "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/comparisons/ |
equal_to.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, bool>, F>::value), "");
|
greater.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, bool>, F>::value), "");
|
greater_equal.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, bool>, F>::value), "");
|
less.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, bool>, F>::value), "");
|
less_equal.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, bool>, F>::value), "");
|
not_equal_to.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, bool>, F>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.wrap/func.wrap.badcall/ |
bad_function_call.pass.cpp | 25 static_assert((std::is_base_of<std::exception, std::bad_function_call>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/logical.operations/ |
logical_and.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, bool>, F>::value), "");
|
logical_not.pass.cpp | 22 static_assert((std::is_base_of<std::unary_function<int, bool>, F>::value), "");
|
logical_or.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, bool>, F>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/negators/ |
binary_negate.pass.cpp | 22 static_assert((std::is_base_of<std::binary_function<int, int, bool>, F>::value), "");
|
unary_negate.pass.cpp | 22 static_assert((std::is_base_of<std::unary_function<int, bool>, F>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/ |
allocator_type.pass.cpp | 30 static_assert((std::is_same<std::allocator_traits<A<char> >::allocator_type, A<char> >::value), "");
|
value_type.pass.cpp | 30 static_assert((std::is_same<std::allocator_traits<A<char> >::value_type, char>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/pointer.traits/ |
difference_type.pass.cpp | 24 static_assert((std::is_same<std::pointer_traits<double*>::difference_type, std::ptrdiff_t>::value), "");
|
element_type.pass.cpp | 24 static_assert((std::is_same<std::pointer_traits<const short*>::element_type, const short>::value), "");
|
Completed in 1086 milliseconds
<<21222324252627282930>>