Home
last modified time | relevance | path

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

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