Searched refs:alignof_helper (Results 1 – 6 of 6) sorted by relevance
24 template <class t> struct alignof_helper { char a; t b; };25 # define ao(type) offsetof (alignof_helper<type>, b)
56 template <class type> struct alignof_helper { char __slot1; type __slot2; }; struct57 # define __alignof__(type) offsetof (alignof_helper<type>, __slot2)
56 template <class type> struct alignof_helper { char __slot1; type __slot2; }; argument57 # define __alignof__(type) offsetof (alignof_helper<type>, __slot2)
33373 template <class t> struct alignof_helper { char a; t b; };