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.cpp142 ZeroLengthBitfieldBoundary = HostTarget->getZeroLengthBitfieldBoundary(); in NVPTXTargetInfo()
H A DSPIR.h147 ZeroLengthBitfieldBoundary = HostTarget->getZeroLengthBitfieldBoundary(); in BaseSPIRTargetInfo()
H A DARM.cpp41 ZeroLengthBitfieldBoundary = 0; in setABIAAPCS()
94 ZeroLengthBitfieldBoundary = 32; in setABIAPCS()
H A DOSTargets.h776 this->ZeroLengthBitfieldBoundary = 32; in ZOSTargetInfo()
H A DAArch64.cpp1669 ZeroLengthBitfieldBoundary = 32; in DarwinAArch64TargetInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h196 unsigned ZeroLengthBitfieldBoundary; member
942 return ZeroLengthBitfieldBoundary; in getZeroLengthBitfieldBoundary()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTargetInfo.cpp142 ZeroLengthBitfieldBoundary = 0; in TargetInfo()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1675 unsigned ZeroLengthBitfieldBoundary = in LayoutBitField() local
1677 FieldAlign = std::max(FieldAlign, ZeroLengthBitfieldBoundary); in LayoutBitField()