Home | History | Annotate | Download | only in 4.8

Lines Matching full:_align

1684    *  The value of _Align is a default-alignment which shall be the
1689 * alignment is a divisor of _Align.
1691 template<std::size_t _Len, std::size_t _Align =
1698 struct __attribute__((__aligned__((_Align)))) { } __align;