Home
last modified time | relevance | path

Searched defs:QEMU_BUILD_BUG_MSG (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h77 #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg) macro
/openbmc/qemu/include/qemu/
H A Dcompiler.h77 #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg) macro
/openbmc/qemu/subprojects/libvduse/include/
H A Dcompiler.h77 #define QEMU_BUILD_BUG_MSG(x, msg) _Static_assert(!(x), msg) macro