Home | History | Annotate | Download | only in Sema

Lines Matching refs:TypeSize

11682     uint64_t TypeSize = Context.getTypeSize(FieldTy);
11683 if (Value.getZExtValue() > TypeSize) {
11689 << (unsigned)TypeSize;
11692 << (unsigned)Value.getZExtValue() << (unsigned)TypeSize;
11698 << (unsigned)TypeSize;
11701 << (unsigned)Value.getZExtValue() << (unsigned)TypeSize;