Home | History | Annotate | Download | only in Sema

Lines Matching refs:Align

1555     if (unsigned Align = Context.getPreferredTypeAlign(AllocType.getTypePtr())){
1557 if (Align > SuitableAlign)
1560 << unsigned(Align / Context.getCharWidth())