Home
last modified time | relevance | path

Searched refs:_Static_assert (Results 1 – 7 of 7) sorted by relevance

/qemu/pc-bios/s390-ccw/
H A Ds390-arch.h18 _Static_assert(sizeof(struct PSW) == 16, "PSW size incorrect");
25 _Static_assert(sizeof(struct PSWLegacy) == 8, "PSWLegacy size incorrect");
/qemu/ebpf/
H A Drss.bpf.skeleton.h980 #define _Static_assert static_assert in rss_bpf__assert() macro
983 #undef _Static_assert in rss_bpf__assert()
/qemu/bsd-user/
H A Derrno_defs.h157 _Static_assert(TARGET_ERESTART == QEMU_ERESTARTSYS,
/qemu/subprojects/libvduse/include/
H A Dcompiler.h72 #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h72 #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
/qemu/include/qemu/
H A Dcompiler.h72 #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg)
/qemu/tests/tcg/i386/
H A Dtest-avx.c247 _Static_assert(sizeof(gather_mem) == 1024, "gather_mem not expected size");