HomeSort by relevance Sort by last modified time
    Searched refs:IsUnion (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/test/cctest/
test-types.cc 37 static bool IsUnion(Type* type) { return type->IsFixedArray(); }
49 CHECK_EQ(IsUnion(*type1), IsUnion(*type2));
58 } else if (IsUnion(*type1)) {
422 CHECK(IsUnion(Type::Union(T.ObjectClass, T.ArrayClass)));
435 CHECK(IsUnion(Type::Union(T.ObjectConstant1, T.ObjectConstant2)));
453 CHECK(IsUnion(Type::Union(T.ObjectClass, T.Number)));
466 CHECK(IsUnion(Type::Union(T.ObjectConstant2, T.Number)));
479 CHECK(IsUnion(Type::Union(T.ObjectConstant1, T.ObjectClass)));
480 CHECK(IsUnion(Type::Union(T.ArrayClass, T.ObjectConstant2)))
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 570 unsigned IsUnion : 1;
650 Packed(false), IsUnion(false), IsMac68kAlign(false), IsMsStruct(false),
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 333 bool IsUnion(const NamedDecl *ND) const;
    [all...]

Completed in 191 milliseconds