Home
last modified time | relevance | path

Searched refs:_Alignof (Results 1 – 18 of 18) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
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()
Dc11-alignof.c3 return _Alignof(short); in foo()
Dabi-integer.c2 _Static_assert(sizeof(T) == S && _Alignof(T) == A, #T)
Dreserved.c46 static int (_Alignof); variable
/third_party/musl/include/
Dstdalign.h9 #define _Alignof(t) __alignof__(t) macro
13 #define alignof _Alignof
/third_party/musl/porting/liteos_m/kernel/include/
Dstdalign.h9 #define _Alignof(t) __alignof__(t) macro
13 #define alignof _Alignof
/third_party/musl/ndk_musl_include/
Dstdalign.h9 #define _Alignof(t) __alignof__(t) macro
13 #define alignof _Alignof
/third_party/musl/porting/uniproton/kernel/include/
Dstdalign.h9 #define _Alignof(t) __alignof__(t) macro
13 #define alignof _Alignof
/third_party/musl/porting/liteos_a/kernel/include/
Dstdalign.h9 #define _Alignof(t) __alignof__(t) macro
13 #define alignof _Alignof
/third_party/ltp/tools/sparse/sparse-src/
Dident-list.h39 IDENT_RESERVED(_Alignof);
/third_party/FreeBSD/sys/sys/
Dcdefs.h278 #define _Alignof(x) alignof(x) macro
280 #define _Alignof(x) __alignof(x) macro
/third_party/mesa3d/src/util/
Dmacros.h415 #define alignof _Alignof
/third_party/libffi/src/riscv/
Dffi.c348 if (_Alignof(max_align_t) >= STKALIGN) { in ffi_call_int()
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.5.1.rst179 * C11: teach sparse about '_Alignof()'
/third_party/libevdev/
Dconfigure2313 _Static_assert (0 < -_Alignof (int), "_Alignof is signed");
Dthird_party_libevdev.diff8318 +// Check _Alignof.
8321 + int_alignment = _Alignof (int),
8322 + int_array_alignment = _Alignof (int[100]),
8323 + char_alignment = _Alignof (char)
8325 +_Static_assert (0 < -_Alignof (int), "_Alignof is signed");
/third_party/node/deps/cares/
Dconfigure2949 _Static_assert (0 < -_Alignof (int), "_Alignof is signed");
/third_party/curl/
Dconfigure3217 _Static_assert (0 < -_Alignof (int), "_Alignof is signed");