Searched defs:_Alignof (Results 1 – 8 of 8) sorted by relevance
9 #define _Alignof(t) __alignof__(t) macro
46 static int (_Alignof); variable
278 #define _Alignof(x) alignof(x) macro280 #define _Alignof(x) __alignof(x) macro
69 # define _Alignof(type) offsetof(struct { char a; type b; }, b) macro