HomeSort by relevance Sort by last modified time
    Searched full:static_assert (Results 201 - 225 of 247) sorted by null

1 2 3 4 5 6 7 8910

  /external/clang/lib/Parse/
ParseTentative.cpp 33 /// [C++0x] static_assert-declaration
59 // static_assert-declaration
    [all...]
  /external/v8/src/
serialize.cc     [all...]
utils.h 807 STATIC_ASSERT(sizeof(Dest) == sizeof(Source));
heap.cc     [all...]
objects.h 493 STATIC_ASSERT((kSeqStringTag & kIsIndirectStringMask) == 0);
494 STATIC_ASSERT((kExternalStringTag & kIsIndirectStringMask) == 0);
495 STATIC_ASSERT(
497 STATIC_ASSERT(
503 STATIC_ASSERT(IS_POWER_OF_TWO(kSlicedNotConsMask) && kSlicedNotConsMask != 0);
    [all...]
elements.cc     [all...]
liveedit.cc 209 STATIC_ASSERT(MAX_DIRECTION_FLAG_VALUE < (1 << kDirectionSizeBits));
    [all...]
hydrogen.cc     [all...]
jsregexp.cc 481 STATIC_ASSERT(
483 STATIC_ASSERT(
485 STATIC_ASSERT(static_cast<int>(NativeRegExpMacroAssembler::EXCEPTION)
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
prettify.js 18 "catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],F=[w,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],G=[w,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"],
  /external/clang/lib/AST/
DeclPrinter.cpp 656 Out << "static_assert(";
    [all...]
DeclBase.cpp 661 // 6. it's a C++0x static_assert.
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 296 STATIC_ASSERT(kNotStringTag != 0);
    [all...]
lithium-x64.h 299 STATIC_ASSERT(R == 0 || R == 1);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
future 374 static_assert(is_same<_Res, _Arg&>::value // promise<R&>
    [all...]
type_traits 1134 static_assert(__declval_protector<_Tp>::__stop,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
future 374 static_assert(is_same<_Res, _Arg&>::value // promise<R&>
    [all...]
type_traits 1134 static_assert(__declval_protector<_Tp>::__stop,
    [all...]
  /sdk/templates/docs/
prettify.js 18 "catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],F=[w,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],G=[w,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"],
  /external/clang/docs/
LanguageExtensions.html 69 <li><a href="#cxx_static_assert">C++11 <tt>static_assert()</tt></a></li>
    [all...]
  /dalvik/docs/
prettify.js 117 "mutable namespace nullptr reinterpret_cast static_assert static_cast " +
    [all...]
  /external/v8/src/arm/
lithium-arm.h 298 STATIC_ASSERT(R == 0 || R == 1);
    [all...]
  /external/v8/src/mips/
lithium-mips.h 297 STATIC_ASSERT(R == 0 || R == 1);
    [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/clang/lib/CodeGen/
CGDecl.cpp 83 case Decl::StaticAssert: // static_assert(X, ""); [C++0x]
    [all...]

Completed in 1146 milliseconds

1 2 3 4 5 6 7 8910