Searched refs:typeof_field (Results 1 – 1 of 1) sorted by relevance
36 #define typeof_field(type,field) typeof(((type *)0)->field) macro53 typedef typeof_field(struct x8664_pda, field) T__; T__ ret__; \