Searched refs:NAME (Results 1 – 1 of 1) sorted by relevance
/DragonStub/inc/dragonstub/linux/ |
H A D | stddef.h | 30 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \ argument 33 struct TAG { MEMBERS } ATTRS NAME; \ 51 #define __DECLARE_FLEX_ARRAY(TYPE, NAME) \ argument 53 struct { } __empty_ ## NAME; \ 54 TYPE NAME[]; \ 105 #define struct_group(NAME, MEMBERS...) \ argument 106 __struct_group(/* no tag */, NAME, /* no attrs */, MEMBERS) 121 #define struct_group_attr(NAME, ATTRS, MEMBERS...) \ argument 122 __struct_group(/* no tag */, NAME, ATTRS, MEMBERS) 138 #define struct_group_tagged(TAG, NAME, MEMBERS...) \ argument [all …]
|