Home
last modified time | relevance | path

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

/DragonStub/inc/dragonstub/linux/
H A Dstddef.h30 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \ argument
33 struct TAG { MEMBERS } ATTRS NAME; \
138 #define struct_group_tagged(TAG, NAME, MEMBERS...) \ argument
139 __struct_group(TAG, NAME, /* no attrs */, MEMBERS)