Searched refs:TS_UNION (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.h98 #define STT_isderived(s) ((s) & (TS_STRUCT | TS_UNION | TS_ENUM | TS_TYPEDEF))
193 TS_UNION = 0x00080000, enumerator in enum:__anon10
H A Dparseproto.y349 $$ = TS_UNION;
664 { "union", UNION, TS_UNION },
726 { TS_UNION, "union" },
1113 case TS_UNION:

Completed in 93 milliseconds