Home
last modified time | relevance | path

Searched refs:_Alignof (Results 1 - 14 of 14) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dc11-alignas.c14 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 Dc11-alignof.c3 return _Alignof(short); in foo()
H A Dreserved.c46 static int (_Alignof); variable
129 reserved.c:46:12: error: Trying to use reserved word '_Alignof' as identifier
H A Dabi-integer.c2 _Static_assert(sizeof(T) == S && _Alignof(T) == A, #T)
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdalign.h9 #define _Alignof(t) __alignof__(t) macro
13 #define alignof _Alignof
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdalign.h9 #define _Alignof(t) __alignof__(t) macro
13 #define alignof _Alignof
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdalign.h9 #define _Alignof(t) __alignof__(t) macro
13 #define alignof _Alignof
/third_party/musl/include/
H A Dstdalign.h9 #define _Alignof(t) __alignof__(t) macro
13 #define alignof _Alignof
/third_party/ltp/tools/sparse/sparse-src/
H A Dident-list.h39 IDENT_RESERVED(_Alignof); variable
/third_party/FreeBSD/sys/sys/
H A Dcdefs.h256 #define _Alignof(x) alignof(x) macro
258 #define _Alignof(x) __alignof(x) macro
/third_party/mesa3d/src/util/
H A Dmacros.h415 #define alignof _Alignof
/third_party/libevdev/
H A Dconfigure2307 // 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 Dconfigure2741 // 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 Dconfigure3156 // 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