Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/
H A DHexagon.h59 ZeroLengthBitfieldBoundary = 32; in HexagonTargetInfo()
H A DNVPTX.cpp147 ZeroLengthBitfieldBoundary = HostTarget->getZeroLengthBitfieldBoundary(); in NVPTXTargetInfo()
H A DSPIR.h154 ZeroLengthBitfieldBoundary = HostTarget->getZeroLengthBitfieldBoundary(); in BaseSPIRTargetInfo()
H A DARM.cpp40 ZeroLengthBitfieldBoundary = 0; in setABIAAPCS()
93 ZeroLengthBitfieldBoundary = 32; in setABIAPCS()
H A DOSTargets.h824 this->ZeroLengthBitfieldBoundary = 32; in ZOSTargetInfo()
H A DAArch64.cpp1795 ZeroLengthBitfieldBoundary = 32; in DarwinAArch64TargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h200 unsigned ZeroLengthBitfieldBoundary; member
963 return ZeroLengthBitfieldBoundary; in getZeroLengthBitfieldBoundary()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp147 ZeroLengthBitfieldBoundary = 0; in TargetInfo()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1668 unsigned ZeroLengthBitfieldBoundary = in LayoutBitField() local
1670 FieldAlign = std::max(FieldAlign, ZeroLengthBitfieldBoundary); in LayoutBitField()