Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
H A DHexagon.h59 ZeroLengthBitfieldBoundary = 32; in HexagonTargetInfo()
H A DNVPTX.cpp147 ZeroLengthBitfieldBoundary = HostTarget->getZeroLengthBitfieldBoundary(); in NVPTXTargetInfo()
H A DARM.cpp40 ZeroLengthBitfieldBoundary = 0; in setABIAAPCS()
93 ZeroLengthBitfieldBoundary = 32; in setABIAPCS()
H A DAArch64.cpp917 ZeroLengthBitfieldBoundary = 32; in DarwinAArch64TargetInfo()
H A DOSTargets.h791 this->ZeroLengthBitfieldBoundary = 32; in ZOSTargetInfo()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DTargetInfo.h166 unsigned ZeroLengthBitfieldBoundary; member
800 return ZeroLengthBitfieldBoundary; in getZeroLengthBitfieldBoundary()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DTargetInfo.cpp109 ZeroLengthBitfieldBoundary = 0; in TargetInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1666 unsigned ZeroLengthBitfieldBoundary = in LayoutBitField() local
1668 FieldAlign = std::max(FieldAlign, ZeroLengthBitfieldBoundary); in LayoutBitField()