Searched defs:QEMU_WARN_UNUSED_RESULT (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A Dqemu-common.h37 # define QEMU_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) macro
39 # define QEMU_WARN_UNUSED_RESULT macro
56 #define QEMU_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) macro
58 #define QEMU_WARN_UNUSED_RESULT macro
221 QEMU_WARN_UNUSED_RESULT;

Completed in 120 milliseconds