Searched defs:_Alignof (Results 1 – 2 of 2) sorted by relevance
65 # define _Alignof(type) alignof (type) macro68 # define _Alignof(type) offsetof (__alignof_helper<type>, __b) macro71 # define _Alignof(type) offsetof (struct { char __a; type __b; }, __b) macro
261 _Alignof, enumerator