Searched refs:_Alignof (Results 1 - 14 of 14) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | c11-alignas.c | 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()
|
H A D | c11-alignof.c | 3 return _Alignof(short); in foo()
|
H A D | reserved.c | 46 static int (_Alignof); variable 129 reserved.c:46:12: error: Trying to use reserved word '_Alignof' as identifier
|
H A D | abi-integer.c | 2 _Static_assert(sizeof(T) == S && _Alignof(T) == A, #T)
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | stdalign.h | 9 #define _Alignof(t) __alignof__(t) macro 13 #define alignof _Alignof
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | stdalign.h | 9 #define _Alignof(t) __alignof__(t) macro 13 #define alignof _Alignof
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdalign.h | 9 #define _Alignof(t) __alignof__(t) macro 13 #define alignof _Alignof
|
/third_party/musl/include/ |
H A D | stdalign.h | 9 #define _Alignof(t) __alignof__(t) macro 13 #define alignof _Alignof
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | ident-list.h | 39 IDENT_RESERVED(_Alignof); variable
|
/third_party/FreeBSD/sys/sys/ |
H A D | cdefs.h | 256 #define _Alignof(x) alignof(x) macro 258 #define _Alignof(x) __alignof(x) macro
|
/third_party/mesa3d/src/util/ |
H A D | macros.h | 415 #define alignof _Alignof
|
/third_party/libevdev/ |
H A D | configure | 2307 // Check _Alignof. 2310 int_alignment = _Alignof (int), 2311 int_array_alignment = _Alignof (int[100]), 2312 char_alignment = _Alignof (char) 2314 _Static_assert (0 < -_Alignof (int), "_Alignof is signed");
|
/third_party/node/deps/cares/ |
H A D | configure | 2741 // Check _Alignof. 2744 int_alignment = _Alignof (int), 2745 int_array_alignment = _Alignof (int[100]), 2746 char_alignment = _Alignof (char) 2748 _Static_assert (0 < -_Alignof (int), "_Alignof is signed");
|
/third_party/python/ |
H A D | configure | 3156 // Check _Alignof. 3159 int_alignment = _Alignof (int), 3160 int_array_alignment = _Alignof (int[100]), 3161 char_alignment = _Alignof (char) 3163 _Static_assert (0 < -_Alignof (int), "_Alignof is signed");
|
Completed in 59 milliseconds