OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeof_field
(Results
1 - 2
of
2
) sorted by null
/external/qemu/include/migration/
vmstate.h
178
type_check(_type,
typeof_field
(_state, _field)))
182
type_check_pointer(_type,
typeof_field
(_state, _field)))
186
type_check_array(_type,
typeof_field
(_state, _field), _num))
190
type_check_2darray(_type,
typeof_field
(_state, _field), _n1, _n2))
197
sizeof(
typeof_field
(_state, _field)))
[
all
...]
/external/qemu/include/qemu/
osdep.h
61
#define
typeof_field
(type, field) typeof(((type *)0)->field)
macro
Completed in 1428 milliseconds