/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
chrono | 202 static_assert(!__is_duration<_Rep>::value, "rep cannot be a duration"); 203 static_assert(__is_ratio<_Period>::value, 205 static_assert(_Period::num > 0, "period must be positive"); 217 static_assert(is_convertible<_Rep2,rep>::value 227 static_assert(treat_as_floating_point<rep>::value == true 637 static_assert(
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
chrono | 202 static_assert(!__is_duration<_Rep>::value, "rep cannot be a duration"); 203 static_assert(__is_ratio<_Period>::value, 205 static_assert(_Period::num > 0, "period must be positive"); 217 static_assert(is_convertible<_Rep2,rep>::value 227 static_assert(treat_as_floating_point<rep>::value == true 637 static_assert(
|
/external/chromium_org/v8/src/ia32/ |
code-stubs-ia32.cc | 709 STATIC_ASSERT(kDoubleSize == 2 * kPointerSize); 905 STATIC_ASSERT(kSmiTag == 0); // Adjust zero check if not the case. [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_context.c | 221 STATIC_ASSERT(MESA_SHADER_VERTEX == PIPE_SHADER_VERTEX); 222 STATIC_ASSERT(MESA_SHADER_FRAGMENT == PIPE_SHADER_FRAGMENT); 223 STATIC_ASSERT(MESA_SHADER_GEOMETRY == PIPE_SHADER_GEOMETRY);
|
st_draw.c | 166 STATIC_ASSERT(GL_POINTS == PIPE_PRIM_POINTS); 167 STATIC_ASSERT(GL_QUADS == PIPE_PRIM_QUADS); 168 STATIC_ASSERT(GL_TRIANGLE_STRIP_ADJACENCY == PIPE_PRIM_TRIANGLE_STRIP_ADJACENCY);
|
st_atom_clip.c | 50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane));
|
/external/mesa3d/src/mesa/state_tracker/ |
st_context.c | 221 STATIC_ASSERT(MESA_SHADER_VERTEX == PIPE_SHADER_VERTEX); 222 STATIC_ASSERT(MESA_SHADER_FRAGMENT == PIPE_SHADER_FRAGMENT); 223 STATIC_ASSERT(MESA_SHADER_GEOMETRY == PIPE_SHADER_GEOMETRY);
|
st_draw.c | 166 STATIC_ASSERT(GL_POINTS == PIPE_PRIM_POINTS); 167 STATIC_ASSERT(GL_QUADS == PIPE_PRIM_QUADS); 168 STATIC_ASSERT(GL_TRIANGLE_STRIP_ADJACENCY == PIPE_PRIM_TRIANGLE_STRIP_ADJACENCY);
|
st_atom_clip.c | 50 STATIC_ASSERT(sizeof(clip.ucp) <= sizeof(ctx->Transform._ClipUserPlane));
|
/external/bison/lib/ |
verify.h | 28 Define _GL_HAVE_STATIC_ASSERT to 1 if static_assert works as per C++11. 38 first G++ release that supports static_assert. */ 209 # if !defined _GL_HAVE_STATIC_ASSERT && !defined static_assert 210 # define static_assert _Static_assert /* C11 requires this #define. */ macro
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
p4.cpp | 66 // - static_assert-declarations, 67 static_assert(true, "the impossible happened!"); 265 static_assert(XU2().a == 1, ""); 266 static_assert(XU4().a == 1, "");
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
multi-level-substitution.cpp | 209 static_assert(X6<unsigned char, int>().f1<A, B>(255, 1) == 12, ""); 210 static_assert(X6<int, int>().f2(3, 4, 0, 0) == 34, ""); 211 static_assert(X6<int, int>().f2(3, 4, 0, 1) == 34, ""); // expected-error {{constant expression}} expected-note {{in call}} 212 static_assert(X6<int, int>::Inner<int, int>().f(1, 2, 3, 4, 5, 6) == 102, "");
|
/external/clang/test/Parser/ |
cxx0x-decl.cpp | 36 static_assert(something, ""); // expected-error {{undeclared identifier}}
|
/external/clang/test/SemaCXX/ |
constexpr-backtrace-limit.cpp | 34 static_assert(recurse(5), "");
|
cxx11-gnu-attrs.cpp | 55 static_assert(sizeof(packed) == sizeof(char) + sizeof(int), "not packed");
|
trailing-return-0x.cpp | 11 static_assert(sizeof(U) == 0, "expected type failure");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
__tuple | 148 static_assert(_Sp <= _Ep, "__make_tuple_indices input error"); 160 static_assert(_Ip == 0, "tuple_element index out of range"); 161 static_assert(_Ip != 0, "tuple_element index out of range"); 216 static_assert(_Sp <= _Ep, "__make_tuple_types input error");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.1st/ |
binder1st.pass.cpp | 41 static_assert((std::is_base_of<
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.lib.binders/depr.lib.binder.2nd/ |
binder2nd.pass.cpp | 41 static_assert((std::is_base_of<
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.types/ |
nullptr_t.pass.cpp | 23 static_assert(sizeof(std::nullptr_t) == sizeof(void*),
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.adapt/rand.adapt.shuf/ |
eval.pass.cpp | 30 static_assert(Min < Max, "rand1 invalid parameters");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/unord.hash/ |
floating.pass.cpp | 31 static_assert((std::is_base_of<std::unary_function<T, std::size_t>,
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.cast/ |
time_point_cast.pass.cpp | 32 static_assert((std::is_same<R, ToTimePoint>::value), "");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.traits/time.traits.specializations/ |
duration.pass.cpp | 25 static_assert((std::is_same<Dc, De>::value), "");
|
/external/v8/src/arm/ |
macro-assembler-arm.cc | [all...] |