Searched defs:_Alignof (Results 1 – 2 of 2) sorted by relevance
48 def _Alignof(x): return alignof(x) function50 def _Alignof(x): return __alignof(x) function
184 #define _Alignof(x) alignof(x) macro186 #define _Alignof(x) __alignof(x) macro