Home | History | Annotate | Download | only in Sema

Lines Matching refs:TypeSize

10193     uint64_t TypeSize = Context.getTypeSize(FieldTy);
10194 if (Value.getZExtValue() > TypeSize) {
10199 << (unsigned)TypeSize;
10202 << (unsigned)Value.getZExtValue() << (unsigned)TypeSize;
10208 << (unsigned)TypeSize;
10211 << (unsigned)Value.getZExtValue() << (unsigned)TypeSize;