Searched refs:alignof_helper (Results 1 – 1 of 1) sorted by relevance
30 template <class type> struct alignof_helper { char __slot1; type __slot2; }; argument31 # define alignof_slot(type) offsetof (alignof_helper<type>, __slot2)