Home
last modified time | relevance | path

Searched refs:__builtin_offsetof (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dconstexpr-offsetof.c9 [__builtin_offsetof(struct A, b)] = 0, // OK
10 [__builtin_offsetof(struct A, a[0])] = 0, // OK
11 [__builtin_offsetof(struct A, a[0*0])] = 0, // OK
12 [__builtin_offsetof(struct A, a[c])] = 0 // KO
H A Dreserved.c78 static int (__builtin_offsetof); variable
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dhas-builtin.c12 #if __has_builtin(__builtin_offsetof) \
/illumos-gate/usr/src/uts/common/sys/
H A Dstddef.h29 #define offsetof(s, m) __builtin_offsetof(s, m)
/illumos-gate/usr/src/tools/smatch/src/
H A Dident-list.h54 IDENT_RESERVED(__builtin_offsetof);
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dcdefs.h89 #define __offsetof(type, field) __builtin_offsetof(type, field)
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dspad_layout.h129 #define STRUCT_OFFSET(f) (STATIC_INIT_BASE + __builtin_offsetof(struct static_init, f))
/illumos-gate/usr/src/uts/common/io/bnx/include/
H A Dbcmtype.h275 #define __builtin_offsetof(path1_nvm_image_t, f) (u32_t)((int_ptr_t)(&(((path1_nvm_image_t *)0)->f)… macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dbcmtype.h293 #define __builtin_offsetof(path1_nvm_image_t, f) (u32_t)((int_ptr_t)(&(((path1_nvm_image_t *)0)->f)… macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dnvm_map.h319 #define PATH1_NVM_OFFSET(f) (sizeof(nvm_image_t) + __builtin_offsetof(path1_nvm_image_t,…
/illumos-gate/usr/src/boot/efi/include/
H A DBase.h788 #define OFFSET_OF(TYPE, Field) ((UINTN) __builtin_offsetof(TYPE, Field))
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h478 #define __offsetof(type, field) __builtin_offsetof(type, field)