Searched refs:QEMU_GNUC_PREREQ (Results 1 - 7 of 7) sorted by relevance

/external/qemu/include/qemu/
H A Dcompiler.h9 | The macro QEMU_GNUC_PREREQ tests for minimum version of the GNU C compiler.
13 # define QEMU_GNUC_PREREQ(maj, min) \ macro
16 # define QEMU_GNUC_PREREQ(maj, min) 0 macro
21 #if QEMU_GNUC_PREREQ(3, 4)
39 # if !QEMU_GNUC_PREREQ(4, 4)
H A Dhost-utils.h28 #include "qemu/compiler.h" /* QEMU_GNUC_PREREQ */
61 #if QEMU_GNUC_PREREQ(3, 4)
114 #if QEMU_GNUC_PREREQ(3, 4)
149 #if QEMU_GNUC_PREREQ(3, 4)
204 #if QEMU_GNUC_PREREQ(3, 4)
236 #if QEMU_GNUC_PREREQ(3, 4)
253 #if QEMU_GNUC_PREREQ(3, 4)
271 #if QEMU_GNUC_PREREQ(3, 4)
290 #if QEMU_GNUC_PREREQ(3, 4)
H A Datomic.h32 #if !QEMU_GNUC_PREREQ(4, 4)
/external/qemu/include/exec/
H A Dexec-all.h261 #if !QEMU_GNUC_PREREQ(4, 1)
272 #if QEMU_GNUC_PREREQ(4, 1)
/external/qemu/util/
H A Dosdep.c497 #if defined(_WIN32) && !QEMU_GNUC_PREREQ(4,4)
520 #endif // _WIN32 && !QEMU_GNUC_PREREQ(4,4)
/external/qemu/tcg/
H A Dtcg.h665 #elif QEMU_GNUC_PREREQ(4, 5)
/external/qemu/audio/
H A Dalsaaudio.c30 #if QEMU_GNUC_PREREQ(4, 3)

Completed in 159 milliseconds