Searched defs:alignof (Results 1 – 13 of 13) sorted by relevance
29 #define alignof _Alignof macro
13 #define alignof _Alignof macro
356 #define alignof(t) _Alignof(t) macro358 #define alignof(t) __alignof(t) macro360 #define alignof(t) __alignof__(t) macro
258 #define alignof __alignof__ in main() macro
346 .. _ffi-offsetof:347 .. _ffi-addressof:
444 #define alignof(t) _Alignof(t) macro446 #define alignof(t) __alignof(t) macro448 #define alignof(t) __alignof__(t) macro
12 #define alignof(t) offsetof(struct { char c; t x; }, x) macro
25 #define alignof macro
127 #define alignof __alignof macro
133 #define alignof __alignof macro
223 def alignof(self, cdecl): member in FFI
994 def alignof(self, BType): member in CTypesBackend