Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.h99 #define STT_has_explicit_sign(s) ((s) & (TS_SIGNED | TS_UNSIGNED))
188 TS_UNSIGNED = 0x00002000, enumerator
H A Dparseproto.y282 $$ = declspec_Init(TS_UNSIGNED, NULL);
662 { "unsigned", UNSIGNED, TS_UNSIGNED }, in lookup_keyword()
698 { TS_UNSIGNED | TS_CHAR, "unsigned char" }, in lookup_sttpair()
704 { TS_UNSIGNED | TS_SHORT, in lookup_sttpair()
706 { TS_UNSIGNED | TS_SHORT | TS_INT, in lookup_sttpair()
712 { TS_UNSIGNED, "unsigned" }, in lookup_sttpair()
713 { TS_UNSIGNED | TS_INT, "unsigned int" }, in lookup_sttpair()
719 { TS_UNSIGNED | TS_LONG, "unsigned long" }, in lookup_sttpair()
720 { TS_UNSIGNED | TS_LONG | TS_INT, in lookup_sttpair()
734 { TS_UNSIGNED | TS_LONGLONG, in lookup_sttpair()
[all …]