HomeSort by relevance Sort by last modified time
    Searched full:static_assert (Results 101 - 125 of 140) sorted by null

1 2 3 45 6

  /external/clang/docs/
LanguageExtensions.html 54 <li><a href="#cxx_static_assert">C++0x <tt>static_assert()</tt></a></li>
495 <h4 id="cxx_static_assert">C++0x <tt>static_assert()</tt></h4>
499 compile-time assertions using <tt>static_assert</tt> is enabled.</p>
    [all...]
  /external/v8/src/
objects-inl.h     [all...]
api.cc     [all...]
hydrogen-instructions.cc 738 STATIC_ASSERT((LAST_JS_OBJECT_TYPE + 1) == JS_FUNCTION_TYPE);
    [all...]
liveedit.cc 209 STATIC_ASSERT(MAX_DIRECTION_FLAG_VALUE < (1 << kDirectionSizeBits));
    [all...]
profile-generator.cc     [all...]
heap.cc     [all...]
jsregexp.cc 474 STATIC_ASSERT(
476 STATIC_ASSERT(
478 STATIC_ASSERT(static_cast<int>(NativeRegExpMacroAssembler::EXCEPTION)
    [all...]
heap.h     [all...]
lithium-allocator.cc     [all...]
mark-compact.cc 308 STATIC_ASSERT(kPointerSize <= Code::kHeaderSize - Code::kHeaderPaddingStart);
    [all...]
  /dalvik/docs/
prettify.js 117 "mutable namespace nullptr reinterpret_cast static_assert static_cast " +
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 618 // 6. it's a C++0x static_assert.
    [all...]
  /external/v8/src/arm/
lithium-arm.h 306 STATIC_ASSERT(R == 0 || R == 1);
    [all...]
builtins-arm.cc 561 STATIC_ASSERT(JSValue::kSize == 4 * kPointerSize);
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 307 STATIC_ASSERT(R == 0 || R == 1);
    [all...]
  /external/v8/src/x64/
lithium-x64.h 307 STATIC_ASSERT(R == 0 || R == 1);
    [all...]
ic-x64.cc 734 STATIC_ASSERT(kSmiValueSize <= 32);
    [all...]
stub-cache-x64.cc     [all...]
  /external/valgrind/main/none/tests/ppc32/
jm-insns.c 172 #define STATIC_ASSERT(e) sizeof(struct { int:-!(e); })
193 compile_time_test1 = STATIC_ASSERT(sizeof(uint32_t) == 4),
194 compile_time_test2 = STATIC_ASSERT(sizeof(uint64_t) == 8),
    [all...]
  /external/valgrind/main/none/tests/ppc64/
jm-insns.c 172 #define STATIC_ASSERT(e) sizeof(struct { int:-!(e); })
193 compile_time_test1 = STATIC_ASSERT(sizeof(uint32_t) == 4),
194 compile_time_test2 = STATIC_ASSERT(sizeof(uint64_t) == 8),
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 83 case Decl::StaticAssert: // static_assert(X, ""); [C++0x]
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 671 /// [C++0x/C1X] static_assert-declaration
    [all...]
  /external/clang/include/clang/AST/
DeclCXX.h     [all...]
  /external/clang/include/clang/Basic/
DiagnosticSemaKinds.td 528 "static_assert expression is not an integral constant expression">;
529 def err_static_assert_failed : Error<"static_assert failed \"%0\"">;
    [all...]

Completed in 1168 milliseconds

1 2 3 45 6