Searched refs:TS_UNSIGNED (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | parseproto.h | 99 #define STT_has_explicit_sign(s) ((s) & (TS_SIGNED | TS_UNSIGNED)) 188 TS_UNSIGNED = 0x00002000, enumerator in enum:__anon10
|
H A D | parseproto.y | 282 $$ = declspec_Init(TS_UNSIGNED, NULL); 662 { "unsigned", UNSIGNED, TS_UNSIGNED }, 698 { TS_UNSIGNED | TS_CHAR, "unsigned char" }, 704 { TS_UNSIGNED | TS_SHORT, 706 { TS_UNSIGNED | TS_SHORT | TS_INT, 712 { TS_UNSIGNED, "unsigned" }, 713 { TS_UNSIGNED | TS_INT, "unsigned int" }, 719 { TS_UNSIGNED | TS_LONG, "unsigned long" }, 720 { TS_UNSIGNED | TS_LONG | TS_INT, 734 { TS_UNSIGNED | TS_LONGLON [all...] |
Completed in 91 milliseconds