Searched refs:static_assert (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/compat/bhyve/sys/ |
H A D | cdefs.h | 74 #define _Static_assert(x, y) static_assert(x, y) 86 #define static_assert(x, y) _Static_assert(x, y) macro
|
/illumos-gate/usr/src/cmd/bhyve/ |
H A D | pci_emul.h | 186 static_assert(sizeof(struct msicap) == 14, "compile-time assertion failed"); 195 static_assert(sizeof(struct msixcap) == 12, "compile-time assertion failed"); 230 static_assert(sizeof(struct pciecap) == 60, "compile-time assertion failed");
|
H A D | task_switch.c | 108 static_assert(sizeof(struct tss32) == 104, "compile-time assertion failed");
|
/illumos-gate/usr/src/boot/include/ |
H A D | assert.h | 71 #define static_assert _Static_assert macro
|
/illumos-gate/usr/src/head/ |
H A D | assert.h | 51 #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/boot/sys/sys/ |
H A D | cdefs.h | 297 #define _Static_assert(x, y) static_assert(x, y)
|