Searched defs:AlignedType (Results 1 – 3 of 3) sorted by relevance
36 struct alignas(Align) AlignedType { struct39 AlignedType() { ++constructed; } in AlignedType() function40 AlignedType(AlignedType const&) { ++constructed; } in AlignedType() argument41 ~AlignedType() { --constructed; } in ~AlignedType() argument
184 AlignedType() : elem(0) {} struct 185 AlignedTypeAlignedType AlignedType() argument [all...]
21 struct __attribute__((aligned)) AlignedType {}; struct