Home
last modified time | relevance | path

Searched refs:novariant (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlstate.h226 check_exp(novariant((o)->tt) == LUA_TSTRING, &((cast_u(o))->ts))
231 check_exp(novariant((o)->tt) == LUA_TFUNCTION, &((cast_u(o))->cl))
239 check_exp(novariant((v)->tt) < LUA_TDEADKEY, (&(cast_u(v)->gc)))
Dlobject.h130 #define novariant(x) ((x) & 0x0F) macro
136 #define ttnov(o) (novariant(rttype(o)))
Dlgc.c210 GCObject *o = cast(GCObject *, luaM_newobject(L, novariant(tt), sz)); in luaC_newobj()