Searched refs:IsUnion (Results 1 – 9 of 9) sorted by relevance
72 if (this->IsUnion()) { in Min()89 if (this->IsUnion()) { in Max()112 } else if (type->IsUnion()) { in Glb()129 if (type->IsUnion()) { in Lub()516 if (this->IsUnion()) { in SlowIs()524 if (that->IsUnion()) { in SlowIs()548 if (this->IsUnion()) { in Maybe()556 if (that->IsUnion()) { in Maybe()592 if (this->IsUnion() && this->AsUnion()->Get(1)->IsRange()) { in GetRange()614 DCHECK(!this->Get(i)->IsUnion()); // (4) in Wellformed()[all …]
618 bool IsUnionForTesting() { return IsUnion(); } in IsUnionForTesting()635 bool IsUnion() { return IsKind(TypeBase::kUnion); } in IsUnion() function
77 if (this->IsUnion()) { in Min()93 if (this->IsUnion()) { in Max()115 } else if (type->IsUnion()) { in Glb()132 if (type->IsUnion()) { in Lub()539 if (this->IsUnion()) { in SemanticIs()547 if (that->IsUnion()) { in SemanticIs()626 if (this->IsUnion()) { in SemanticMaybe()634 if (that->IsUnion()) { in SemanticMaybe()679 if (this->IsUnion() && this->AsUnion()->Get(1)->IsRange()) { in GetRange()713 DCHECK(!this->Get(i)->IsUnion()); // (4) in Wellformed()[all …]
896 bool IsUnionForTesting() { return IsUnion(); } in IsUnionForTesting()915 bool IsUnion() { return IsKind(AstTypeBase::kUnion); } in IsUnion() function
598 unsigned IsUnion : 1; member in __anona2f417160111::ItaniumRecordLayoutBuilder663 IsUnion(false), IsMac68kAlign(false), IsMsStruct(false), in ItaniumRecordLayoutBuilder()1231 IsUnion = RD->isUnion(); in InitializeLayout()1405 if (IsUnion) { in LayoutWideBitField()1526 IsUnion ? 0 : (getDataSizeInBits() - UnfilledBitsInLastUnit); in LayoutBitField()1572 if (IsMsStruct && IsUnion) { in LayoutBitField()1654 if (IsUnion) { in LayoutBitField()1719 IsUnion ? CharUnits::Zero() : getDataSize(); in LayoutField()1784 if (!IsUnion && EmptySubobjects) { in LayoutField()1791 if (!IsUnion && EmptySubobjects) { in LayoutField()[all …]
440 TYPE_TRAIT_1(__is_union, IsUnion, KEYCXX)
332 bool IsUnion(const NamedDecl *ND) const;1143 bool ResultBuilder::IsUnion(const NamedDecl *ND) const { in IsUnion() function in ResultBuilder3782 Filter = &ResultBuilder::IsUnion; in CodeCompleteTag()
4093 bool IsUnion) { in CheckAnonMemberRedeclaration() argument4106 << IsUnion << Name; in CheckAnonMemberRedeclaration()
2200 bool IsUnion = (RD && RD->isUnion()); in BuildRCRecordLayout() local2270 if (IsUnion) { in BuildRCRecordLayout()