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

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

Completed in 45 milliseconds