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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp2437 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; local
2468 residue_in_bytes = size_in_bytes % WordSizeInBytes;
2473 unsigned size_in_words = size_in_bytes.getQuantity() / WordSizeInBytes;
2588 unsigned WordSizeInBytes = WordSizeInBits/ByteSizeInBits; local
2623 fieldSize = CharUnits::fromQuantity(WordSizeInBytes);

Completed in 101 milliseconds