HomeSort by relevance Sort by last modified time
    Searched refs:QEMU_WARN_UNUSED_RESULT (Results 1 - 3 of 3) sorted by null

  /external/qemu/include/qemu/
compiler.h 22 #define QEMU_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
24 #define QEMU_WARN_UNUSED_RESULT
  /external/qemu/include/
qemu-common.h 220 QEMU_WARN_UNUSED_RESULT;
222 QEMU_WARN_UNUSED_RESULT;
224 QEMU_WARN_UNUSED_RESULT;
  /external/qemu/block/
qcow2-refcount.c 30 static int QEMU_WARN_UNUSED_RESULT update_refcount(BlockDriverState *bs,
458 static int QEMU_WARN_UNUSED_RESULT update_refcount(BlockDriverState *bs,
    [all...]

Completed in 284 milliseconds