Home
last modified time | relevance | path

Searched refs:STT_has_explicit_sign (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)) macro
H A Dparseproto.y1002 if (STT_has_explicit_sign(result) && in declspec_VerifySTT()