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

<<31323334353637383940>>

  /external/chromium_org/v8/src/x64/
macro-assembler-x64.cc 749 STATIC_ASSERT(sizeof(*is_profiling_flag) == 1);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h 172 static_assert(std::is_unsigned<_UIntType>::value, "template argument "
174 static_assert(__m == 0u || (__a < __m && __c < __m),
179 static_assert(__m % __a < __m / __a,
385 static_assert(std::is_unsigned<_UIntType>::value, "template argument "
387 static_assert(1u <= __m && __m <= __n,
389 static_assert(__r <= __w, "template argument substituting "
391 static_assert(__u <= __w, "template argument substituting "
393 static_assert(__s <= __w, "template argument substituting "
395 static_assert(__t <= __w, "template argument substituting "
397 static_assert(__l <= __w, "template argument substituting
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
random.h 172 static_assert(std::is_unsigned<_UIntType>::value, "template argument "
174 static_assert(__m == 0u || (__a < __m && __c < __m),
179 static_assert(__m % __a < __m / __a,
385 static_assert(std::is_unsigned<_UIntType>::value, "template argument "
387 static_assert(1u <= __m && __m <= __n,
389 static_assert(__r <= __w, "template argument substituting "
391 static_assert(__u <= __w, "template argument substituting "
393 static_assert(__s <= __w, "template argument substituting "
395 static_assert(__t <= __w, "template argument substituting "
397 static_assert(__l <= __w, "template argument substituting
    [all...]
  /external/chromium_org/v8/src/
small-pointer-list.h 178 STATIC_ASSERT(kTagMask + 1 <= kPointerAlignment);
182 STATIC_ASSERT(kSingletonTag == 0);
  /external/clang/test/CXX/special/class.inhctor/
p2.cpp 86 static_assert(ce.k == 'a', "");
87 static_assert(ce.k2 == 'x', "");
  /external/eigen/Eigen/src/Core/util/
StaticAssert.h 31 // if native static_assert is enabled, let's use it
32 #define EIGEN_STATIC_ASSERT(X,MSG) static_assert(X,#MSG);
  /external/v8/src/
small-pointer-list.h 168 STATIC_ASSERT(kTagMask + 1 <= kPointerAlignment);
172 STATIC_ASSERT(kSingletonTag == 0);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
type_utils.hpp 134 // Use C++0x's static_assert if possible.
136 #define PB_DS_STATIC_ASSERT(UNIQUE, E) static_assert(E, #UNIQUE)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
type_utils.hpp 134 // Use C++0x's static_assert if possible.
136 #define PB_DS_STATIC_ASSERT(UNIQUE, E) static_assert(E, #UNIQUE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
type_utils.hpp 134 // Use C++0x's static_assert if possible.
136 #define PB_DS_STATIC_ASSERT(UNIQUE, E) static_assert(E, #UNIQUE)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
type_utils.hpp 134 // Use C++0x's static_assert if possible.
136 #define PB_DS_STATIC_ASSERT(UNIQUE, E) static_assert(E, #UNIQUE)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
type_utils.hpp 134 // Use C++0x's static_assert if possible.
136 #define PB_DS_STATIC_ASSERT(UNIQUE, E) static_assert(E, #UNIQUE)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
type_utils.hpp 134 // Use C++0x's static_assert if possible.
136 #define PB_DS_STATIC_ASSERT(UNIQUE, E) static_assert(E, #UNIQUE)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/
type_utils.hpp 134 // Use C++0x's static_assert if possible.
136 #define PB_DS_STATIC_ASSERT(UNIQUE, E) static_assert(E, #UNIQUE)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
type_utils.hpp 134 // Use C++0x's static_assert if possible.
136 #define PB_DS_STATIC_ASSERT(UNIQUE, E) static_assert(E, #UNIQUE)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
type_utils.hpp 134 // Use C++0x's static_assert if possible.
136 #define PB_DS_STATIC_ASSERT(UNIQUE, E) static_assert(E, #UNIQUE)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
type_utils.hpp 134 // Use C++0x's static_assert if possible.
136 #define PB_DS_STATIC_ASSERT(UNIQUE, E) static_assert(E, #UNIQUE)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
type_utils.hpp 134 // Use C++0x's static_assert if possible.
136 #define PB_DS_STATIC_ASSERT(UNIQUE, E) static_assert(E, #UNIQUE)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/
type_utils.hpp 134 // Use C++0x's static_assert if possible.
136 #define PB_DS_STATIC_ASSERT(UNIQUE, E) static_assert(E, #UNIQUE)
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc 595 STATIC_ASSERT(HeapNumber::kSignMask == 0x80000000u);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
random.h 172 static_assert(std::is_unsigned<_UIntType>::value, "template argument "
174 static_assert(__m == 0u || (__a < __m && __c < __m),
377 static_assert(std::is_unsigned<_UIntType>::value, "template argument "
379 static_assert(1u <= __m && __m <= __n,
381 static_assert(__r <= __w, "template argument substituting "
383 static_assert(__u <= __w, "template argument substituting "
385 static_assert(__s <= __w, "template argument substituting "
387 static_assert(__t <= __w, "template argument substituting "
389 static_assert(__l <= __w, "template argument substituting "
391 static_assert(__w <= std::numeric_limits<_UIntType>::digits
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
random.h 172 static_assert(std::is_unsigned<_UIntType>::value, "template argument "
174 static_assert(__m == 0u || (__a < __m && __c < __m),
377 static_assert(std::is_unsigned<_UIntType>::value, "template argument "
379 static_assert(1u <= __m && __m <= __n,
381 static_assert(__r <= __w, "template argument substituting "
383 static_assert(__u <= __w, "template argument substituting "
385 static_assert(__s <= __w, "template argument substituting "
387 static_assert(__t <= __w, "template argument substituting "
389 static_assert(__l <= __w, "template argument substituting "
391 static_assert(__w <= std::numeric_limits<_UIntType>::digits
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h 172 static_assert(std::is_unsigned<_UIntType>::value, "template argument "
174 static_assert(__m == 0u || (__a < __m && __c < __m),
377 static_assert(std::is_unsigned<_UIntType>::value, "template argument "
379 static_assert(1u <= __m && __m <= __n,
381 static_assert(__r <= __w, "template argument substituting "
383 static_assert(__u <= __w, "template argument substituting "
385 static_assert(__s <= __w, "template argument substituting "
387 static_assert(__t <= __w, "template argument substituting "
389 static_assert(__l <= __w, "template argument substituting "
391 static_assert(__w <= std::numeric_limits<_UIntType>::digits
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h 172 static_assert(std::is_unsigned<_UIntType>::value, "template argument "
174 static_assert(__m == 0u || (__a < __m && __c < __m),
377 static_assert(std::is_unsigned<_UIntType>::value, "template argument "
379 static_assert(1u <= __m && __m <= __n,
381 static_assert(__r <= __w, "template argument substituting "
383 static_assert(__u <= __w, "template argument substituting "
385 static_assert(__s <= __w, "template argument substituting "
387 static_assert(__t <= __w, "template argument substituting "
389 static_assert(__l <= __w, "template argument substituting "
391 static_assert(__w <= std::numeric_limits<_UIntType>::digits
    [all...]
  /external/chromium_org/v8/src/arm/
code-stubs-arm.cc 592 STATIC_ASSERT(HeapNumber::kSignMask == 0x80000000u);
667 STATIC_ASSERT(HeapNumber::kSignMask == 0x80000000u);
    [all...]

Completed in 2324 milliseconds

<<31323334353637383940>>