Lines Matching refs:fieldSize
953 CharUnits FieldSize);
1994 unsigned fieldSize = CGM.getContext().getTypeSize(type);
1998 fieldSize / WordSizeInBits));
2001 fieldSize / ByteSizeInBits));
2046 CharUnits FieldSize) {
2050 FieldSize));
2053 FieldSize));
2056 FieldSize));
2059 FieldSize));
2063 FieldSize));
2143 CharUnits FieldSize = CGM.getContext().getTypeSizeInChars(Field->getType());
2145 CharUnits UnionIvarSize = FieldSize;
2155 FieldSize);
2176 CharUnits FieldSize
2182 FieldSize);
2507 CharUnits fieldSize;
2509 fieldSize = CharUnits::fromQuantity(WordSizeInBytes);
2511 fieldSize = CGM.getContext().getTypeSizeInChars(type);
2513 fieldOffset, fieldSize);
4622 unsigned FieldSize = CGM.getContext().getTypeSize(Field->getType());
4626 uint64_t UnionIvarSize = FieldSize / WordSizeInBits;
4634 FieldSize / WordSizeInBits));
4642 uint64_t UnionIvarSize = FieldSize / ByteSizeInBits;
4651 FieldSize / ByteSizeInBits));
4669 unsigned FieldSize
4672 FieldSize / ByteSizeInBits));