/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/out.of.range/ |
out_of_range.pass.cpp | 20 static_assert((std::is_base_of<std::logic_error, std::out_of_range>::value), 22 static_assert(std::is_polymorphic<std::out_of_range>::value,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/overflow.error/ |
overflow_error.pass.cpp | 20 static_assert((std::is_base_of<std::runtime_error, std::overflow_error>::value), 22 static_assert(std::is_polymorphic<std::overflow_error>::value,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/range.error/ |
range_error.pass.cpp | 20 static_assert((std::is_base_of<std::runtime_error, std::range_error>::value), 22 static_assert(std::is_polymorphic<std::range_error>::value,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/runtime.error/ |
runtime_error.pass.cpp | 20 static_assert((std::is_base_of<std::exception, std::runtime_error>::value), 22 static_assert(std::is_polymorphic<std::runtime_error>::value,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/std.exceptions/underflow.error/ |
underflow_error.pass.cpp | 20 static_assert((std::is_base_of<std::runtime_error, std::underflow_error>::value), 22 static_assert(std::is_polymorphic<std::underflow_error>::value,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/cmplx.over/ |
arg.pass.cpp | 26 static_assert((std::is_same<decltype(std::arg(x)), double>::value), ""); 34 static_assert((std::is_same<decltype(std::arg(x)), T>::value), "");
|
norm.pass.cpp | 26 static_assert((std::is_same<decltype(std::norm(x)), double>::value), ""); 34 static_assert((std::is_same<decltype(std::norm(x)), T>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/ratio.ratio/ |
ratio.pass.cpp | 18 static_assert((std::ratio<N, D>::num == eN), ""); 19 static_assert((std::ratio<N, D>::den == eD), "");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
unique_ptr.h | 62 static_assert(sizeof(_Tp)>0, 77 static_assert(sizeof(_Tp)>0, 99 { static_assert(!std::is_pointer<deleter_type>::value, 105 { static_assert(!std::is_pointer<deleter_type>::value, 116 { static_assert(!std::is_reference<deleter_type>::value, 247 { static_assert(!std::is_pointer<deleter_type>::value, 253 { static_assert(!std::is_pointer<deleter_type>::value, 264 { static_assert(!std::is_reference<deleter_type>::value,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
ratio | 100 static_assert(__a1 == 0 || __b1 == 0, 102 static_assert(__a0 * __b1 + __b0 * __a1 < (__c >> 1), 104 static_assert(__b0 * __a0 <= __INTMAX_MAX__, 106 static_assert((__a0 * __b1 + __b0 * __a1) * __c <= 132 static_assert(__add_overflow_check<_Pn, _Qn>::value != 0, 155 static_assert(_Den != 0, "denominator cannot be zero"); 156 static_assert(_Num >= -__INTMAX_MAX__ && _Den >= -__INTMAX_MAX__, 253 static_assert(_R2::num != 0, "division by 0");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
ratio | 100 static_assert(__a1 == 0 || __b1 == 0, 102 static_assert(__a0 * __b1 + __b0 * __a1 < (__c >> 1), 104 static_assert(__b0 * __a0 <= __INTMAX_MAX__, 106 static_assert((__a0 * __b1 + __b0 * __a1) * __c <= 132 static_assert(__add_overflow_check<_Pn, _Qn>::value != 0, 155 static_assert(_Den != 0, "denominator cannot be zero"); 156 static_assert(_Num >= -__INTMAX_MAX__ && _Den >= -__INTMAX_MAX__, 253 static_assert(_R2::num != 0, "division by 0");
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
unique_ptr.h | 62 static_assert(sizeof(_Tp)>0, 77 static_assert(sizeof(_Tp)>0, 99 { static_assert(!std::is_pointer<deleter_type>::value, 105 { static_assert(!std::is_pointer<deleter_type>::value, 116 { static_assert(!std::is_reference<deleter_type>::value, 247 { static_assert(!std::is_pointer<deleter_type>::value, 253 { static_assert(!std::is_pointer<deleter_type>::value, 264 { static_assert(!std::is_reference<deleter_type>::value,
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
unique_ptr.h | 62 static_assert(sizeof(_Tp)>0, 77 static_assert(sizeof(_Tp)>0, 99 { static_assert(!std::is_pointer<deleter_type>::value, 105 { static_assert(!std::is_pointer<deleter_type>::value, 116 { static_assert(!std::is_reference<deleter_type>::value, 247 { static_assert(!std::is_pointer<deleter_type>::value, 253 { static_assert(!std::is_pointer<deleter_type>::value, 264 { static_assert(!std::is_reference<deleter_type>::value,
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
unique_ptr.h | 62 static_assert(sizeof(_Tp)>0, 77 static_assert(sizeof(_Tp)>0, 99 { static_assert(!std::is_pointer<deleter_type>::value, 105 { static_assert(!std::is_pointer<deleter_type>::value, 116 { static_assert(!std::is_reference<deleter_type>::value, 247 { static_assert(!std::is_pointer<deleter_type>::value, 253 { static_assert(!std::is_pointer<deleter_type>::value, 264 { static_assert(!std::is_reference<deleter_type>::value,
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
unique_ptr.h | 62 static_assert(sizeof(_Tp)>0, 77 static_assert(sizeof(_Tp)>0, 99 { static_assert(!std::is_pointer<deleter_type>::value, 105 { static_assert(!std::is_pointer<deleter_type>::value, 116 { static_assert(!std::is_reference<deleter_type>::value, 247 { static_assert(!std::is_pointer<deleter_type>::value, 253 { static_assert(!std::is_pointer<deleter_type>::value, 264 { static_assert(!std::is_reference<deleter_type>::value,
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
ratio | 100 static_assert(__a1 == 0 || __b1 == 0, 102 static_assert(__a0 * __b1 + __b0 * __a1 < (__c >> 1), 104 static_assert(__b0 * __a0 <= __INTMAX_MAX__, 106 static_assert((__a0 * __b1 + __b0 * __a1) * __c <= 132 static_assert(__add_overflow_check<_Pn, _Qn>::value != 0, 155 static_assert(_Den != 0, "denominator cannot be zero"); 156 static_assert(_Num >= -__INTMAX_MAX__ && _Den >= -__INTMAX_MAX__, 253 static_assert(_R2::num != 0, "division by 0");
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
ratio | 100 static_assert(__a1 == 0 || __b1 == 0, 102 static_assert(__a0 * __b1 + __b0 * __a1 < (__c >> 1), 104 static_assert(__b0 * __a0 <= __INTMAX_MAX__, 106 static_assert((__a0 * __b1 + __b0 * __a1) * __c <= 132 static_assert(__add_overflow_check<_Pn, _Qn>::value != 0, 155 static_assert(_Den != 0, "denominator cannot be zero"); 156 static_assert(_Num >= -__INTMAX_MAX__ && _Den >= -__INTMAX_MAX__, 253 static_assert(_R2::num != 0, "division by 0");
|
/external/clang/test/SemaCXX/ |
cxx11-crashes.cpp | 46 static_assert(sizeof(_Tp) > 0, "Type must be complete.");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/ |
default_noexcept.pass.cpp | 28 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 | 28 static_assert(std::is_nothrow_move_assignable<C>::value, "");
|
move_noexcept.pass.cpp | 28 static_assert(std::is_nothrow_move_constructible<C>::value, "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.special/ |
swap_noexcept.pass.cpp | 29 static_assert(noexcept(swap(c1, c2)), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.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, "");
|