Searched defs:StorageSize (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/lib/CodeGen/ |
H A D | CGRecordLayout.h | 79 unsigned StorageSize; member
|
H A D | CGRecordLayoutBuilder.cpp | 780 const unsigned StorageSize = ResLTy->getPrimitiveSizeInBits(); in computeVolatileBitfields() local 1050 MakeInfo(CodeGenTypes & Types,const FieldDecl * FD,uint64_t Offset,uint64_t Size,uint64_t StorageSize,CharUnits StorageOffset) MakeInfo() argument [all...] |
H A D | CGObjCRuntime.cpp | 93 CharUnits StorageSize = CGF.CGM.getContext().toCharUnitsFromBits( in EmitValueForIvarAtOffset() local
|
H A D | CGExpr.cpp | 2255 const unsigned StorageSize = EmitLoadOfBitfieldLValue() local 2494 const unsigned StorageSize = EmitStoreThroughBitfieldLValue() local [all...] |
H A D | CGCall.cpp | 3641 setBitRange(SmallVectorImpl<uint64_t> & Bits,int StorageOffset,int StorageSize,int BitOffset,int BitWidth,int CharWidth,bool BigEndian) setBitRange() argument
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | FileIndex.cpp | 376 size_t StorageSize = in buildIndex() local
|