Searched defs:alignof (Results 1 – 11 of 11) 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:
12 #define alignof(t) offsetof(struct { char c; t x; }, x) macro
126 #define alignof __alignof macro
25 #define alignof macro
131 #define alignof __alignof macro
223 def alignof(self, cdecl): member in FFI
994 def alignof(self, BType): member in CTypesBackend