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