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

  /external/v8/src/
types.h 863 bool IsUnionForTesting() { return IsUnion(); }
880 bool IsUnion() { return IsKind(TypeBase::kUnion); }
  /external/v8/test/cctest/
test-types.cc 47 bool IsUnion(Type* type) { return type->IsUnionForTesting(); }
54 this->IsUnion(type1) == this->IsUnion(type2) &&
59 (!this->IsUnion(type1) ||
107 this->IsUnion(t) + t->IsArray() + t->IsFunction() + t->IsContext());
786 this->IsUnion(type2) || this->IsUnion(type1) ||
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 598 unsigned IsUnion : 1;
663 IsUnion(false), IsMac68kAlign(false), IsMsStruct(false),
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp 333 bool IsUnion(const NamedDecl *ND) const;
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 359 milliseconds