Searched refs:__builtin_offsetof (Results 1 – 12 of 12) sorted by relevance
| /illumos-gate/usr/src/tools/smatch/src/validation/ |
| H A D | constexpr-offsetof.c | 9 [__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 D | reserved.c | 78 static int (__builtin_offsetof); variable
|
| /illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/ |
| H A D | has-builtin.c | 12 #if __has_builtin(__builtin_offsetof) \
|
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | stddef.h | 29 #define offsetof(s, m) __builtin_offsetof(s, m)
|
| /illumos-gate/usr/src/tools/smatch/src/ |
| H A D | ident-list.h | 54 IDENT_RESERVED(__builtin_offsetof);
|
| /illumos-gate/usr/src/compat/bhyve/sys/ |
| H A D | cdefs.h | 89 #define __offsetof(type, field) __builtin_offsetof(type, field)
|
| /illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/ |
| H A D | spad_layout.h | 129 #define STRUCT_OFFSET(f) (STATIC_INIT_BASE + __builtin_offsetof(struct static_init, f))
|
| /illumos-gate/usr/src/uts/common/io/bnx/include/ |
| H A D | bcmtype.h | 275 #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 D | bcmtype.h | 293 #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 D | nvm_map.h | 319 #define PATH1_NVM_OFFSET(f) (sizeof(nvm_image_t) + __builtin_offsetof(path1_nvm_image_t,…
|
| /illumos-gate/usr/src/boot/efi/include/ |
| H A D | Base.h | 788 #define OFFSET_OF(TYPE, Field) ((UINTN) __builtin_offsetof(TYPE, Field))
|
| /illumos-gate/usr/src/boot/sys/sys/ |
| H A D | cdefs.h | 478 #define __offsetof(type, field) __builtin_offsetof(type, field)
|