Searched refs:NVBaseType (Results 1 – 1 of 1) sorted by relevance
203 void determinePacked(bool NVBaseType);262 void CGRecordLowering::lower(bool NVBaseType) { in lower() argument283 CharUnits Size = NVBaseType ? Layout.getNonVirtualSize() : Layout.getSize(); in lower()285 lowerUnion(NVBaseType); in lower()289 accumulateFields(NVBaseType); in lower()299 if (!NVBaseType) in lower()303 checkBitfieldClipping(NVBaseType); in lower()305 determinePacked(NVBaseType); in lower()968 void CGRecordLowering::determinePacked(bool NVBaseType) { in determinePacked() argument974 !NVBaseType && RD ? Layout.getNonVirtualSize() : CharUnits::Zero(); in determinePacked()