Searched defs:alignof (Results 1 – 11 of 11) sorted by relevance
13 #define alignof _Alignof macro
2 #define alignof(X) __alignof__(X) macro
1 #define alignof(X) __alignof__(X) macro
45 int alignof; variable
12 #define alignof(t) offsetof(struct { char c; t x; }, x) macro
415 #define alignof _Alignof macro
73 # define alignof(type) offsetof(struct { char a; type b; }, b) macro