Searched refs:LN_TMASK (Results 1 – 1 of 1) sorted by relevance
102 #define LN_TMASK 3 macro103 #define LN_ISPTR(x) (((x)&LN_TMASK) == 1) /* is x a pointer type */104 #define LN_ISFTN(x) (((x)&LN_TMASK) == 2) /* is x a function type */105 #define LN_ISARY(x) (((x)&LN_TMASK) == 3) /* is x an array type */