Searched refs:type_check (Results 1 – 8 of 8) sorted by relevance
| /openbmc/qemu/include/hw/ |
| H A D | qdev-clock.h | 125 type_check(Clock *, typeof_field(devstate, field)))
|
| H A D | qdev-properties.h | 82 + type_check(_type, typeof_field(_state, _field)), \
|
| /openbmc/qemu/scripts/ |
| H A D | cocci-macro-file.h | 41 #define type_check(t1,t2) ((t1*)0 - (t2*)0) macro
|
| /openbmc/qemu/subprojects/libvhost-user/include/ |
| H A D | compiler.h | 65 #define type_check(t1,t2) ((t1*)0 - (t2*)0) 70 #define type_check( global() macro
|
| /openbmc/qemu/subprojects/libvduse/include/ |
| H A D | compiler.h | 65 #define type_check(t1,t2) ((t1*)0 - (t2*)0) 70 #define type_check( global() macro
|
| /openbmc/qemu/include/qemu/ |
| H A D | compiler.h | 65 #define type_check(t1,t2) ((t1*)0 - (t2*)0) macro
|
| /openbmc/qemu/include/migration/ |
| H A D | vmstate.h | 269 (type_check(t1, typeof_elt_of_field(t2, f)) \ 274 type_check(_type, typeof_field(_state, _field)))
|
| /openbmc/qemu/target/i386/ |
| H A D | machine.c | 36 + type_check(SegmentCache,typeof_field(_state, _field)) \
|