Searched refs:_Alignof (Results 1 – 8 of 8) sorted by relevance
14 if (_Alignof(v) != 8) in check()16 if (_Alignof(t) != _Alignof(long)) in check()18 if (_Alignof(p) != _Alignof(void *)) in check()20 if (_Alignof(a) != _Alignof(int)) in check()
3 return _Alignof(short); in foo()
2 _Static_assert(sizeof(T) == S && _Alignof(T) == A, #T)
46 static int (_Alignof); variable
58 #define _Alignof(x) alignof(x) macro60 #define _Alignof(x) __alignof(x) macro
45 #define alignof _Alignof
39 IDENT_RESERVED(_Alignof);
275 #define _Alignof(x) alignof(x) macro277 #define _Alignof(x) __alignof(x) macro