Searched refs:IsMsStruct (Results 1 – 3 of 3) sorted by relevance
620 unsigned IsMsStruct : 1; member in __anond6239b400111::ItaniumRecordLayoutBuilder700 IsMsStruct(false), UnfilledBitsInLastUnit(0), in ItaniumRecordLayoutBuilder()1316 IsMsStruct = RD->isMsStruct(Context); in InitializeLayout()1601 if (IsMsStruct) { in LayoutBitField()1655 if (!IsMsStruct && !Context.getTargetInfo().useBitFieldTypeAlignment()) { in LayoutBitField()1680 if (!IsMsStruct && FieldPacked && FieldSize != 0) in LayoutBitField()1703 if (IsMsStruct && IsUnion) { in LayoutBitField()1716 if (IsMsStruct) { in LayoutBitField()1773 if (!IsMsStruct && in LayoutBitField()1790 if (IsMsStruct) { in LayoutBitField()[all …]
16551 QualType FieldTy, bool IsMsStruct, in VerifyBitField() argument16621 (IsMsStruct || Context.getTargetInfo().getCXXABI().isMicrosoft()); in VerifyBitField()
11935 QualType FieldTy, bool IsMsStruct,