Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGObjCMac.cpp2336 CharUnits residue_in_bytes = CharUnits::Zero(); in getBitmapBlockLayout() local
2338 residue_in_bytes = size_in_bytes % WordSizeInBytes; in getBitmapBlockLayout()
2339 size_in_bytes -= residue_in_bytes; in getBitmapBlockLayout()
2357 if (residue_in_bytes > CharUnits::Zero()) { in getBitmapBlockLayout()
2359 (BLOCK_LAYOUT_NON_OBJECT_BYTES << 4) | (residue_in_bytes.getQuantity()-1); in getBitmapBlockLayout()