Searched refs:static_assert (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/compat/bhyve/sys/ |
H A D | cdefs.h | 72 #define _Static_assert(x, y) static_assert(x, y) 84 #define static_assert(x, y) _Static_assert(x, y) macro
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_emul.h | 179 static_assert(sizeof(struct msicap) == 14, "compile-time assertion failed"); 188 static_assert(sizeof(struct msixcap) == 12, "compile-time assertion failed"); 223 static_assert(sizeof(struct pciecap) == 60, "compile-time assertion failed");
|
H A D | tpm_ppi_qemu.c | 46 static_assert(sizeof(struct tpm_ppi_qemu) <= TPM_PPI_SIZE,
|
H A D | tpm_intf_crb.c | 145 static_assert(sizeof(struct tpm_crb_regs) == TPM_CRB_REGS_SIZE,
|
/illumos-gate/usr/src/head/iso/ |
H A D | assert_iso.h | 66 #define static_assert _Static_assert macro
|
/illumos-gate/usr/src/boot/include/ |
H A D | assert.h | 71 #define static_assert _Static_assert macro
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | assert_h.cfg | 23 define | static_assert | | assert.h | -ALL +C11+
|
/illumos-gate/usr/src/cmd/zic/ |
H A D | private.h | 86 # undef static_assert 87 # define static_assert(cond) extern int static_assert_check[(cond) ? 1 : -1] macro 937 static_assert(! TYPE_SIGNED(time_t) || ! SIGNED_PADDING_CHECK_NEEDED
|
/illumos-gate/usr/src/cmd/bhyve/amd64/ |
H A D | e820.c | 29 static_assert(sizeof(vm_paddr_t) <= sizeof(uint64_t),
|
H A D | task_switch.c | 106 static_assert(sizeof(struct tss32) == 104, "compile-time assertion failed");
|
/illumos-gate/usr/src/boot/efi/include/ |
H A D | Base.h | 806 #define STATIC_ASSERT static_assert
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | cdefs.h | 297 #define _Static_assert(x, y) static_assert(x, y)
|