Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.h96 #define STT_isderived(s) ((s) & (TS_STRUCT | TS_UNION | TS_ENUM | TS_TYPEDEF))
191 TS_UNION = 0x00080000, enumerator
H A Dparseproto.y347 $$ = TS_UNION;
662 { "union", UNION, TS_UNION }, in lookup_keyword()
724 { TS_UNION, "union" }, in lookup_sttpair()
1113 case TS_UNION: in declspec_ToString()