Searched defs:StorageSize (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGRecordLayout.h | 78 unsigned StorageSize; global() member |
H A D | CGRecordLayoutBuilder.cpp | 580 const unsigned StorageSize = ResLTy->getPrimitiveSizeInBits(); computeVolatileBitfields() local |
H A D | CGObjCRuntime.cpp | 93 CharUnits StorageSize = CGF.CGM.getContext().toCharUnitsFromBits( in EmitValueForIvarAtOffset() local |
H A D | CGExpr.cpp | 2249 const unsigned StorageSize = EmitLoadOfBitfieldLValue() local |
H A D | CGCall.cpp | 3615 setBitRange(SmallVectorImpl<uint64_t> & Bits,int StorageOffset,int StorageSize,int BitOffset,int BitWidth,int CharWidth,bool BigEndian) setBitRange() argument |