Lines Matching defs:Alignment
1364 CharUnits Alignment = CharUnits()) {
1365 return LValue::MakeAddr(V, T, Alignment, getContext(),
1370 CharUnits Alignment;
1372 Alignment = getContext().getTypeAlignInChars(T);
1373 return LValue::MakeAddr(V, T, Alignment, getContext(),
1378 /// block. The caller is responsible for setting an appropriate alignment on
1387 /// appropriate alignment. This routine should only be used when an temporary
1394 /// appropriate alignment.
1400 CharUnits Alignment = getContext().getTypeAlignInChars(T);
1401 return AggValueSlot::forAddr(CreateMemTemp(T, Name), Alignment,
1478 CharUnits Alignment = CharUnits::Zero(),
1697 /// appropriate size and alignment for an object of type \p Type.
1699 QualType Type, CharUnits Alignment = CharUnits::Zero());
1742 /// The alignment of the variable.
1743 CharUnits Alignment;
1972 unsigned Alignment, QualType Ty,
1988 bool Volatile, unsigned Alignment, QualType Ty,
2671 /// value and compute our best estimate of the alignment of the pointee.