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

  /external/v8/src/
types.cc 79 if (this->IsUnion()) {
95 if (this->IsUnion()) {
119 } else if (type->IsUnion()) {
137 if (type->IsUnion()) {
501 if (this->IsUnion()) {
509 if (that->IsUnion()) {
590 if (this->IsUnion()) {
598 if (that->IsUnion()) {
643 if (this->IsUnion() && this->AsUnion()->Get(1)->IsRange()) {
677 DCHECK(!this->Get(i)->IsUnion()); // (4
    [all...]
types.h 863 bool IsUnionForTesting() { return IsUnion(); }
880 bool IsUnion() { return IsKind(TypeBase::kUnion); }
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 598 unsigned IsUnion : 1;
663 IsUnion(false), IsMac68kAlign(false), IsMsStruct(false),
    [all...]
  /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/Sema/
SemaCodeComplete.cpp 333 bool IsUnion(const NamedDecl *ND) const;
    [all...]
SemaDecl.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 1168 milliseconds