Searched refs:rawtt (Results 1 – 2 of 2) sorted by relevance
75 #define rawtt(o) ((o)->tt_) macro82 #define ttypetag(o) withvariant(rawtt(o))85 #define ttype(o) (novariant(rawtt(o)))89 #define checktag(o,t) (rawtt(o) == (t))287 #define iscollectable(o) (rawtt(o) & BIT_ISCOLLECTABLE)
183 return mainposition(t, rawtt(key), valraw(key)); in mainpositionTV()208 if ((rawtt(k1) != keytt(n2)) && /* not the same variants? */ in equalkey()
Completed in 14 milliseconds