Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp188 void determinePacked(bool NVBaseType);
243 void CGRecordLowering::lower(bool NVBaseType) { in lower() argument
264 CharUnits Size = NVBaseType ? Layout.getNonVirtualSize() : Layout.getSize(); in lower()
274 if (!NVBaseType) in lower()
280 determinePacked(NVBaseType); in lower()
605 void CGRecordLowering::determinePacked(bool NVBaseType) { in determinePacked() argument
611 !NVBaseType && RD ? Layout.getNonVirtualSize() : CharUnits::Zero(); in determinePacked()