Searched refs:IsMsStruct (Results 1 – 3 of 3) sorted by relevance
602 unsigned IsMsStruct : 1; member in __anon07e898d70111::ItaniumRecordLayoutBuilder663 IsUnion(false), IsMac68kAlign(false), IsMsStruct(false), in ItaniumRecordLayoutBuilder()1232 IsMsStruct = RD->isMsStruct(Context); in InitializeLayout()1502 if (IsMsStruct) { in LayoutBitField()1531 if (!IsMsStruct && !Context.getTargetInfo().useBitFieldTypeAlignment()) { in LayoutBitField()1551 if (!IsMsStruct && FieldPacked && FieldSize != 0) in LayoutBitField()1570 if (IsMsStruct && IsUnion) { in LayoutBitField()1583 if (IsMsStruct) { in LayoutBitField()1626 if (!IsMsStruct && in LayoutBitField()1643 if (IsMsStruct) { in LayoutBitField()[all …]
12790 QualType FieldTy, bool IsMsStruct, in VerifyBitField() argument12848 (IsMsStruct || Context.getTargetInfo().getCXXABI().isMicrosoft()); in VerifyBitField()
8728 QualType FieldTy, bool IsMsStruct,