Home
last modified time | relevance | path

Searched refs:QEMU_IS_ARRAY (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dosdep.h501 #define QEMU_IS_ARRAY(x) (!__builtin_types_compatible_p(typeof(x), \ macro
505 QEMU_BUILD_BUG_ON_ZERO(!QEMU_IS_ARRAY(x)))
/openbmc/qemu/include/migration/
H A Dvmstate.h265 + QEMU_BUILD_BUG_ON_ZERO(!QEMU_IS_ARRAY(((t2 *)0)->f)))