Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dparseproto.h92 #define STT_isint(s) ((s) & \ macro
94 #define STT_isarith(s) (STT_isfloat(s) || STT_isint(s))
H A Dparseproto.y994 if (STT_isfloat(result) && STT_isint(result)) in declspec_VerifySTT()
998 if (STT_ischar(result) && STT_isint(result)) in declspec_VerifySTT()