HomeSort by: relevance | last modified time | path
    Searched defs:cast_u (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/lua/dist/src/
lstate.h 372 #define cast_u(o) cast(union GCUnion *, (o)) macro
376 check_exp(novariant((o)->tt) == LUA_TSTRING, &((cast_u(o))->ts))
377 #define gco2u(o) check_exp((o)->tt == LUA_VUSERDATA, &((cast_u(o))->u))
378 #define gco2lcl(o) check_exp((o)->tt == LUA_VLCL, &((cast_u(o))->cl.l))
379 #define gco2ccl(o) check_exp((o)->tt == LUA_VCCL, &((cast_u(o))->cl.c))
381 check_exp(novariant((o)->tt) == LUA_TFUNCTION, &((cast_u(o))->cl))
382 #define gco2t(o) check_exp((o)->tt == LUA_VTABLE, &((cast_u(o))->h))
383 #define gco2p(o) check_exp((o)->tt == LUA_VPROTO, &((cast_u(o))->p))
384 #define gco2th(o) check_exp((o)->tt == LUA_VTHREAD, &((cast_u(o))->th))
385 #define gco2upv(o) check_exp((o)->tt == LUA_VUPVAL, &((cast_u(o))->upv)
    [all...]

Completed in 15 milliseconds