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

<<31323334353637383940>>

  /external/v8/src/arm/
code-stubs-arm.cc 471 STATIC_ASSERT(HeapNumber::kSignMask == 0x80000000u);
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 472 STATIC_ASSERT(HeapNumber::kSignMask == 0x80000000u);
    [all...]
  /external/chromium_org/v8/src/x64/
codegen-x64.cc 339 STATIC_ASSERT(FixedDoubleArray::kLengthOffset == FixedArray::kLengthOffset);
340 STATIC_ASSERT(FixedDoubleArray::kHeaderSize == FixedArray::kHeaderSize);
570 STATIC_ASSERT(kSeqStringTag == 0);
587 STATIC_ASSERT(kTwoByteStringTag == 0);
602 STATIC_ASSERT((kStringEncodingMask & kOneByteStringTag) != 0);
603 STATIC_ASSERT((kStringEncodingMask & kTwoByteStringTag) == 0);
609 STATIC_ASSERT(kSmiTag == 0 && kSmiTagSize == 1);
code-stubs-x64.cc     [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 385 STATIC_ASSERT(FAST_SMI_ONLY_ELEMENTS == 0);
386 STATIC_ASSERT(FAST_ELEMENTS == 1);
396 STATIC_ASSERT(FAST_SMI_ONLY_ELEMENTS == 0);
397 STATIC_ASSERT(FAST_ELEMENTS == 1);
410 STATIC_ASSERT(FAST_SMI_ONLY_ELEMENTS == 0);
555 STATIC_ASSERT(kNotStringTag != 0);
770 STATIC_ASSERT(StackHandlerConstants::kSize == 5 * kPointerSize);
771 STATIC_ASSERT(StackHandlerConstants::kNextOffset == 0);
772 STATIC_ASSERT(StackHandlerConstants::kCodeOffset == 1 * kPointerSize);
773 STATIC_ASSERT(StackHandlerConstants::kStateOffset == 2 * kPointerSize)
    [all...]
  /external/v8/src/x64/
codegen-x64.cc 296 STATIC_ASSERT(FixedDoubleArray::kLengthOffset == FixedArray::kLengthOffset);
297 STATIC_ASSERT(FixedDoubleArray::kHeaderSize == FixedArray::kHeaderSize);
522 STATIC_ASSERT(kSeqStringTag == 0);
539 STATIC_ASSERT(kTwoByteStringTag == 0);
554 STATIC_ASSERT((kStringEncodingMask & kAsciiStringTag) != 0);
555 STATIC_ASSERT((kStringEncodingMask & kTwoByteStringTag) == 0);
561 STATIC_ASSERT(kSmiTag == 0 && kSmiTagSize == 1);
macro-assembler-x64.cc 958 STATIC_ASSERT(kSmiTag == 0);
996 STATIC_ASSERT(kSmiTag == 0);
1010 STATIC_ASSERT(kSmiTag == 0);
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
chrono 43 static_assert(!__is_duration<Rep>::value, "A duration representation can not be a duration");
44 static_assert(__is_ratio<Period>::value, "Second template parameter of duration must be a std::ratio");
45 static_assert(Period::num > 0, "duration period must be positive");
396 static_assert(!__is_duration<_Rep>::value, "A duration representation can not be a duration");
397 static_assert(__is_ratio<_Period>::value, "Second template parameter of duration must be a std::ratio");
398 static_assert(_Period::num > 0, "duration period must be positive");
701 static_assert(__is_duration<_Duration>::value,
array 313 static_assert(_Ip < _Size, "Index out of bounds in std::get<> (std::array)");
322 static_assert(_Ip < _Size, "Index out of bounds in std::get<> (const std::array)");
333 static_assert(_Ip < _Size, "Index out of bounds in std::get<> (std::array &&)");
cmath 737 static_assert((!(is_same<_A1, __result_type>::value &&
859 static_assert((!(is_same<_A1, __result_type>::value &&
962 static_assert((!(is_same<_A1, __result_type>::value &&
1125 static_assert((!(is_same<_A1, __result_type>::value &&
1203 static_assert((!(is_same<_A1, __result_type>::value &&
1232 static_assert((!(is_same<_A1, __result_type>::value &&
1257 static_assert((!(is_same<_A1, __result_type>::value &&
    [all...]
  /external/chromium_org/v8/src/
checks.h 233 // Use C++11 static_assert if possible, which gives error
236 #define STATIC_CHECK(test) static_assert(test, #test)
289 #define STATIC_ASSERT(test) STATIC_CHECK(test)
elements-kind.cc 64 STATIC_ASSERT(FAST_SMI_ELEMENTS == FIRST_FAST_ELEMENTS_KIND);
v8utils.h 131 STATIC_ASSERT(sizeof(T) == kPointerSize);
154 STATIC_ASSERT(sizeof(T) == kPointerSize);
177 STATIC_ASSERT(sizeof(T) == 1);
200 STATIC_ASSERT(sizeof(T) == 1);
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p3.cpp 94 // - static_assert-declarations
95 static_assert(true, "the impossible happened!");
190 static_assert(&ExternNonLiteralVarDecl() == &nl, "");
  /external/clang/test/Analysis/
cfg.cpp 67 static_assert(1, "abc");
  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
p6.cpp 66 static_assert(alignof(W<4,4>) == 4, "");
  /external/clang/test/SemaCXX/
constexpr-nqueens.cpp 65 static_assert(q8.check(
  /external/clang/test/SemaTemplate/
instantiate-exception-spec-cxx11.cpp 23 static_assert(noexcept(A<int>::B<char>::f()), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.types/locale.category/
category.pass.cpp 29 static_assert((std::is_same<std::locale::category, int>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.ibits/
eval.pass.cpp 30 static_assert(Min < Max, "rand1 invalid parameters");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.traits/time.traits.specializations/
time_point.pass.cpp 29 static_assert((std::is_same<Tc, Te>::value), "");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_categories.hpp 22 # include <boost/static_assert.hpp>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
move.h 69 static_assert(!std::is_lvalue_reference<_Tp>::value, "template argument"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
move.h 69 static_assert(!std::is_lvalue_reference<_Tp>::value, "template argument"
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
move.h 63 static_assert(!std::is_lvalue_reference<_Tp>::value,

Completed in 590 milliseconds

<<31323334353637383940>>