Searched refs:WordSizeInBytes (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp2312 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; local
2343 residue_in_bytes = size_in_bytes % WordSizeInBytes;
2348 unsigned size_in_words = size_in_bytes.getQuantity() / WordSizeInBytes;
2389 if (WordSizeInBytes == 8) {
2464 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; local
2499 fieldSize = CharUnits::fromQuantity(WordSizeInBytes);

Completed in 392 milliseconds