Home
last modified time | relevance | path

Searched refs:getZeroLengthBitfieldBoundary (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/clang/lib/Basic/Targets/
H A DNVPTX.cpp142 ZeroLengthBitfieldBoundary = HostTarget->getZeroLengthBitfieldBoundary(); in NVPTXTargetInfo()
H A DSPIR.h147 ZeroLengthBitfieldBoundary = HostTarget->getZeroLengthBitfieldBoundary(); in BaseSPIRTargetInfo()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h941 unsigned getZeroLengthBitfieldBoundary() const { in getZeroLengthBitfieldBoundary() function
/src/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1676 Context.getTargetInfo().getZeroLengthBitfieldBoundary(); in LayoutBitField()