Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.h97 #define STT_has_explicit_sign(s) ((s) & (TS_SIGNED | TS_UNSIGNED))
186 TS_UNSIGNED = 0x00002000, enumerator
H A Dparseproto.y280 $$ = declspec_Init(TS_UNSIGNED, NULL);
660 { "unsigned", UNSIGNED, TS_UNSIGNED }, in lookup_keyword()
696 { TS_UNSIGNED | TS_CHAR, "unsigned char" }, in lookup_sttpair()
702 { TS_UNSIGNED | TS_SHORT, in lookup_sttpair()
704 { TS_UNSIGNED | TS_SHORT | TS_INT, in lookup_sttpair()
710 { TS_UNSIGNED, "unsigned" }, in lookup_sttpair()
711 { TS_UNSIGNED | TS_INT, "unsigned int" }, in lookup_sttpair()
717 { TS_UNSIGNED | TS_LONG, "unsigned long" }, in lookup_sttpair()
718 { TS_UNSIGNED | TS_LONG | TS_INT, in lookup_sttpair()
732 { TS_UNSIGNED | TS_LONGLONG, in lookup_sttpair()
[all …]