Home
last modified time | relevance | path

Searched refs:ZeroLengthBitfieldBoundary (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/Targets/
H A DHexagon.h58 ZeroLengthBitfieldBoundary = 32; in HexagonTargetInfo()
H A DNVPTX.cpp137 ZeroLengthBitfieldBoundary = HostTarget->getZeroLengthBitfieldBoundary(); in NVPTXTargetInfo()
H A DSPIR.h145 ZeroLengthBitfieldBoundary = HostTarget->getZeroLengthBitfieldBoundary(); in BaseSPIRTargetInfo()
H A DARM.cpp41 ZeroLengthBitfieldBoundary = 0; in setABIAAPCS()
94 ZeroLengthBitfieldBoundary = 32; in setABIAPCS()
H A DOSTargets.h772 this->ZeroLengthBitfieldBoundary = 32; in ZOSTargetInfo()
H A DAArch64.cpp1589 ZeroLengthBitfieldBoundary = 32; in DarwinAArch64TargetInfo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h190 unsigned ZeroLengthBitfieldBoundary; member
903 return ZeroLengthBitfieldBoundary; in getZeroLengthBitfieldBoundary()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp142 ZeroLengthBitfieldBoundary = 0; in TargetInfo()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1668 unsigned ZeroLengthBitfieldBoundary = in LayoutBitField() local
1670 FieldAlign = std::max(FieldAlign, ZeroLengthBitfieldBoundary); in LayoutBitField()