Searched refs:_Static_assert (Results 1 – 7 of 7) sorted by relevance
/qemu/pc-bios/s390-ccw/ |
H A D | s390-arch.h | 18 _Static_assert(sizeof(struct PSW) == 16, "PSW size incorrect"); 25 _Static_assert(sizeof(struct PSWLegacy) == 8, "PSWLegacy size incorrect");
|
/qemu/ebpf/ |
H A D | rss.bpf.skeleton.h | 980 #define _Static_assert static_assert in rss_bpf__assert() macro 983 #undef _Static_assert in rss_bpf__assert()
|
/qemu/bsd-user/ |
H A D | errno_defs.h | 157 _Static_assert(TARGET_ERESTART == QEMU_ERESTARTSYS,
|
/qemu/subprojects/libvduse/include/ |
H A D | compiler.h | 72 #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
|
/qemu/subprojects/libvhost-user/include/ |
H A D | compiler.h | 72 #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
|
/qemu/include/qemu/ |
H A D | compiler.h | 72 #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
|
/qemu/tests/tcg/i386/ |
H A D | test-avx.c | 247 _Static_assert(sizeof(gather_mem) == 1024, "gather_mem not expected size");
|