Home
last modified time | relevance | path

Searched refs:IsMsStruct (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp620 unsigned IsMsStruct : 1; member in __anonb9bd28ab0111::ItaniumRecordLayoutBuilder
700 IsMsStruct(false), UnfilledBitsInLastUnit(0), in ItaniumRecordLayoutBuilder()
1318 IsMsStruct = RD->isMsStruct(Context); in InitializeLayout()
1603 if (IsMsStruct) { in LayoutBitField()
1682 if (!IsMsStruct && FieldPacked && FieldSize != 0) in LayoutBitField()
1705 if (IsMsStruct && IsUnion) { in LayoutBitField()
1718 if (IsMsStruct) { in LayoutBitField()
1775 if (!IsMsStruct && in LayoutBitField()
1805 if (IsMsStruct) { in LayoutBitField()
1818 } else if (IsMsStruct && FieldSize) { in LayoutBitField()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp18340 bool IsMsStruct, Expr *BitWidth) { in VerifyBitField() argument
18403 (IsMsStruct || Context.getTargetInfo().getCXXABI().isMicrosoft()); in VerifyBitField()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h13334 QualType FieldTy, bool IsMsStruct, Expr *BitWidth);