Home
last modified time | relevance | path

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

/qemu/subprojects/libvduse/include/
H A Dcompiler.h169 # define QEMU_FALLTHROUGH __attribute__((fallthrough)) macro
171 # define QEMU_FALLTHROUGH do {} while (0) /* fallthrough */ macro
/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h169 # define QEMU_FALLTHROUGH __attribute__((fallthrough)) macro
171 # define QEMU_FALLTHROUGH do {} while (0) /* fallthrough */ macro
/qemu/include/qemu/
H A Dcompiler.h169 # define QEMU_FALLTHROUGH __attribute__((fallthrough)) macro
171 # define QEMU_FALLTHROUGH do {} while (0) /* fallthrough */ macro