Home
last modified time | relevance | path

Searched refs:type_check (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/include/hw/
H A Dqdev-clock.h125 type_check(Clock *, typeof_field(devstate, field)))
H A Dqdev-properties.h82 + type_check(_type, typeof_field(_state, _field)), \
/openbmc/qemu/scripts/
H A Dcocci-macro-file.h41 #define type_check(t1,t2) ((t1*)0 - (t2*)0) macro
/openbmc/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h65 #define type_check(t1,t2) ((t1*)0 - (t2*)0)
70 #define type_check( global() macro
/openbmc/qemu/subprojects/libvduse/include/
H A Dcompiler.h65 #define type_check(t1,t2) ((t1*)0 - (t2*)0)
70 #define type_check( global() macro
/openbmc/qemu/include/qemu/
H A Dcompiler.h65 #define type_check(t1,t2) ((t1*)0 - (t2*)0) macro
/openbmc/qemu/include/migration/
H A Dvmstate.h269 (type_check(t1, typeof_elt_of_field(t2, f)) \
274 type_check(_type, typeof_field(_state, _field)))
/openbmc/qemu/target/i386/
H A Dmachine.c36 + type_check(SegmentCache,typeof_field(_state, _field)) \