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

<<21222324252627282930>>

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/pointer.traits/
element_type.pass.cpp 24 static_assert((std::is_same<std::pointer_traits<const short*>::element_type, const short>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared/
types.pass.cpp 25 static_assert((std::is_same<std::shared_ptr<A>::element_type, A>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.weak/
types.pass.cpp 25 static_assert((std::is_same<std::weak_ptr<A>::element_type, A>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.weakptr/
bad_weak_ptr.pass.cpp 26 static_assert((std::is_base_of<std::exception, std::bad_weak_ptr>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.trans/meta.trans.cv/
remove_const.pass.cpp 19 static_assert((std::is_same<typename std::remove_const<T>::type, U>::value), "");
remove_cv.pass.cpp 19 static_assert((std::is_same<typename std::remove_cv<T>::type, U>::value), "");
remove_volatile.pass.cpp 19 static_assert((std::is_same<typename std::remove_volatile<T>::type, U>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.trans/meta.trans.other/
decay.pass.cpp 19 static_assert((std::is_same<typename std::decay<T>::type, U>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.trans/meta.trans.ptr/
add_pointer.pass.cpp 19 static_assert((std::is_same<typename std::add_pointer<T>::type, U>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.trans/meta.trans.ref/
add_lvalue_ref.pass.cpp 19 static_assert((std::is_same<typename std::add_lvalue_reference<T>::type, U>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.duration/
default_ratio.pass.cpp 24 static_assert((std::is_same<std::chrono::duration<int, std::ratio<1> >,
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.duration/time.duration.arithmetic/
op_+.pass.cpp 30 static_assert(m.count() == m2.count(), "");
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.duration/time.duration.cons/
default.pass.cpp 31 static_assert(d2.count() == typename D::rep(), "");
rep02.pass.cpp 28 static_assert(d2.count() == 5, "");
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.point/
default_duration.pass.cpp 24 static_assert((std::is_same<std::chrono::system_clock::duration,
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/time/time.traits/time.traits.is_fp/
treat_as_floating_point.pass.cpp 21 static_assert((std::is_base_of<std::is_floating_point<T>,
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/type.index/type.index.synopsis/
hash_type_index.pass.cpp 23 static_assert((std::is_base_of<std::unary_function<std::type_index, std::size_t>,
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/utility/pairs/pair.astuple/
tuple_size.pass.cpp 22 static_assert((std::tuple_size<P1>::value == 2), "");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
unique_ptr.h 61 static_assert(sizeof(_Tp)>0,
78 static_assert(sizeof(_Tp)>0,
116 { static_assert(!std::is_pointer<deleter_type>::value,
122 { static_assert(!std::is_pointer<deleter_type>::value,
133 { static_assert(!std::is_reference<deleter_type>::value,
138 { static_assert(!std::is_pointer<deleter_type>::value,
278 { static_assert(!std::is_pointer<deleter_type>::value,
284 { static_assert(!std::is_pointer<deleter_type>::value,
295 { static_assert(!std::is_reference<deleter_type>::value,
300 { static_assert(!std::is_pointer<deleter_type>::value
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
unique_ptr.h 61 static_assert(sizeof(_Tp)>0,
78 static_assert(sizeof(_Tp)>0,
116 { static_assert(!std::is_pointer<deleter_type>::value,
122 { static_assert(!std::is_pointer<deleter_type>::value,
133 { static_assert(!std::is_reference<deleter_type>::value,
138 { static_assert(!std::is_pointer<deleter_type>::value,
278 { static_assert(!std::is_pointer<deleter_type>::value,
284 { static_assert(!std::is_pointer<deleter_type>::value,
295 { static_assert(!std::is_reference<deleter_type>::value,
300 { static_assert(!std::is_pointer<deleter_type>::value
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
unique_ptr.h 61 static_assert(sizeof(_Tp)>0,
78 static_assert(sizeof(_Tp)>0,
116 { static_assert(!std::is_pointer<deleter_type>::value,
122 { static_assert(!std::is_pointer<deleter_type>::value,
133 { static_assert(!std::is_reference<deleter_type>::value,
138 { static_assert(!std::is_pointer<deleter_type>::value,
278 { static_assert(!std::is_pointer<deleter_type>::value,
284 { static_assert(!std::is_pointer<deleter_type>::value,
295 { static_assert(!std::is_reference<deleter_type>::value,
300 { static_assert(!std::is_pointer<deleter_type>::value
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
unique_ptr.h 61 static_assert(sizeof(_Tp)>0,
78 static_assert(sizeof(_Tp)>0,
116 { static_assert(!std::is_pointer<deleter_type>::value,
122 { static_assert(!std::is_pointer<deleter_type>::value,
133 { static_assert(!std::is_reference<deleter_type>::value,
138 { static_assert(!std::is_pointer<deleter_type>::value,
284 { static_assert(!std::is_pointer<deleter_type>::value,
290 { static_assert(!std::is_pointer<deleter_type>::value,
301 { static_assert(!std::is_reference<deleter_type>::value,
306 { static_assert(!std::is_pointer<deleter_type>::value
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/include/
ratio 130 static_assert(_Xp <= max - _Yp, "overflow in __ll_add");
148 static_assert(min - _Yp <= _Xp, "overflow in __ll_add");
162 static_assert(min + _Yp <= _Xp, "overflow in __ll_sub");
180 static_assert(_Xp <= max + _Yp, "overflow in __ll_sub");
194 static_assert(_Xp != nan && _Yp != nan && __a_x <= max / __a_y, "overflow in __ll_mul");
228 static_assert(_Xp != nan && _Yp != nan && _Yp != 0, "overflow in __ll_div");
236 static_assert(__static_abs<_Num>::value >= 0, "ratio numerator is out of range");
237 static_assert(_Den != 0, "ratio divide by 0");
238 static_assert(__static_abs<_Den>::value > 0, "ratio denominator is out of range");
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
inttypes_h.pass.cpp 637 static_assert((std::is_same<decltype(imaxabs(i)), intmax_t>::value), "");
638 static_assert((std::is_same<decltype(imaxdiv(i, i)), imaxdiv_t>::value), "");
639 static_assert((std::is_same<decltype(strtoimax("", (char**)0, 0)), intmax_t>::value), "");
640 static_assert((std::is_same<decltype(strtoumax("", (char**)0, 0)), uintmax_t>::value), "");
641 static_assert((std::is_same<decltype(wcstoimax(L"", (wchar_t**)0, 0)), intmax_t>::value), "");
642 static_assert((std::is_same<decltype(wcstoumax(L"", (wchar_t**)0, 0)), uintmax_t>::value), "");
  /external/clang/test/SemaCXX/
expression-traits.cpp 20 # define static_assert(b_, m_) \ macro
39 static_assert(__is_lvalue_expr(expr), "should be an lvalue"); \
40 static_assert(__is_lvalue_expr((expr)), \
43 static_assert(!__is_rvalue_expr(expr), "should be an lvalue"); \
44 static_assert(!__is_rvalue_expr((expr)), \
49 static_assert(__is_rvalue_expr(expr), "should be an rvalue"); \
50 static_assert(__is_rvalue_expr((expr)), \
53 static_assert(!__is_lvalue_expr(expr), "should be an rvalue"); \
54 static_assert(!__is_lvalue_expr((expr)), \
587 static_assert(__is_lvalue_expr(x,x), "expected an lvalue")
    [all...]

Completed in 424 milliseconds

<<21222324252627282930>>