Searched refs:rawtt (Results 1 – 2 of 2) sorted by relevance
81 #define rawtt(o) ((o)->tt_) macro88 #define ttypetag(o) withvariant(rawtt(o))91 #define ttype(o) (novariant(rawtt(o)))95 #define checktag(o,t) (rawtt(o) == (t))304 #define iscollectable(o) (rawtt(o) & BIT_ISCOLLECTABLE)
225 if ((rawtt(k1) != keytt(n2)) && /* not the same variants? */ in equalkey()