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() function41 ~AlignedType() { --constructed; } in ~AlignedType() argument
179 struct TEST_ALIGNAS(128) AlignedType { struct180 AlignedType() : elem(0) {} in AlignedType() argument
27 struct __attribute__((aligned)) AlignedType {}; struct