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

/opensolaris-onvv-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.h99 #define STT_has_explicit_sign(s) ((s) & (TS_SIGNED | TS_UNSIGNED))
187 TS_SIGNED = 0x00001000, enumerator in enum:__anon10
H A Dparseproto.y277 $$ = declspec_Init(TS_SIGNED, NULL);
661 { "signed", SIGNED, TS_SIGNED },
697 { TS_SIGNED | TS_CHAR, "signed char" },
700 { TS_SIGNED | TS_SHORT, "signed short" },
702 { TS_SIGNED | TS_SHORT | TS_INT,
709 { TS_SIGNED, "signed" },
710 { TS_SIGNED | TS_INT, "signed int" },
715 { TS_SIGNED | TS_LONG, "signed long" },
717 { TS_SIGNED | TS_LONG | TS_INT,
732 { TS_SIGNED | TS_LONGLON
[all...]

Completed in 45 milliseconds