Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:fieldSize

963                               CharUnits FieldSize);
1991 unsigned fieldSize = CGM.getContext().getTypeSize(type);
1995 fieldSize / WordSizeInBits));
1998 fieldSize / ByteSizeInBits));
2043 CharUnits FieldSize) {
2047 FieldSize));
2050 FieldSize));
2053 FieldSize));
2056 FieldSize));
2060 FieldSize));
2137 CharUnits FieldSize = CGM.getContext().getTypeSizeInChars(Field->getType());
2139 CharUnits UnionIvarSize = FieldSize;
2149 FieldSize);
2170 CharUnits FieldSize
2176 FieldSize);
2497 CharUnits fieldSize;
2499 fieldSize = CharUnits::fromQuantity(WordSizeInBytes);
2501 fieldSize = CGM.getContext().getTypeSizeInChars(type);
2503 fieldOffset, fieldSize);
4593 unsigned FieldSize = CGM.getContext().getTypeSize(Field->getType());
4597 uint64_t UnionIvarSize = FieldSize / WordSizeInBits;
4605 FieldSize / WordSizeInBits));
4613 uint64_t UnionIvarSize = FieldSize / ByteSizeInBits;
4622 FieldSize / ByteSizeInBits));
4640 unsigned FieldSize
4643 FieldSize / ByteSizeInBits));