Home | History | Annotate | Download | only in gcc

Lines Matching refs:DECL_ALIGN

611   if (TYPE_ALIGN (type) > DECL_ALIGN (decl))
706 if (EMPTY_FIELD_BOUNDARY > DECL_ALIGN (decl))
730 SET_DECL_ALIGN (decl, MAX (xalign, DECL_ALIGN (decl)));
740 && DECL_ALIGN (decl) >= TYPE_ALIGN (type))
744 /* Don't touch DECL_ALIGN. For other packed fields, go ahead and
756 SET_DECL_ALIGN (decl, MIN (DECL_ALIGN (decl), BITS_PER_UNIT));
764 SET_DECL_ALIGN (decl, MIN (DECL_ALIGN (decl),
769 DECL_ALIGN (decl)));
779 SET_DECL_ALIGN (decl, MIN (DECL_ALIGN (decl), mfa));
1057 desired_align = DECL_ALIGN (field);