HomeSort by relevance Sort by last modified time
    Searched refs:LUA_TCCL (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lstate.h 206 #define gco2ccl(o) check_exp((o)->gch.tt == LUA_TCCL, &((o)->cl.c))
lobject.h 52 #define LUA_TCCL (LUA_TFUNCTION | (2 << 4)) /* C closure */
143 #define ttisCclosure(o) checktag((o), ctb(LUA_TCCL))
228 val_(io).gc=cast(GCObject *, (x)); settt_(io, ctb(LUA_TCCL)); \
lfunc.c 24 Closure *c = &luaC_newobj(L, LUA_TCCL, sizeCclosure(n), NULL, 0)->cl;
lgc.c 272 case LUA_TCCL: {
539 case LUA_TCCL: {
670 case LUA_TCCL: {
    [all...]
lapi.c 448 case LUA_TCCL: return clCvalue(o);
1194 case LUA_TCCL: { /* C closure */
1266 case LUA_TCCL: { /* C closure */
ldebug.c 33 #define noLuaClosure(f) ((f) == NULL || (f)->c.tt == LUA_TCCL)
ldo.c 305 case LUA_TCCL: { /* C closure */
  /external/lua/src/
lstate.h 229 #define gco2ccl(o) check_exp((o)->tt == LUA_TCCL, &((cast_u(o))->cl.c))
lobject.h 49 #define LUA_TCCL (LUA_TFUNCTION | (2 << 4)) /* C closure */
154 #define ttisCclosure(o) checktag((o), ctb(LUA_TCCL))
247 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_TCCL)); \
lfunc.c 26 GCObject *o = luaC_newobj(L, LUA_TCCL, sizeCclosure(n));
lgc.c 265 case LUA_TCCL: {
577 case LUA_TCCL: {
704 case LUA_TCCL: {
    [all...]
lapi.c 434 case LUA_TCCL: return clCvalue(o);
1200 case LUA_TCCL: { /* C closure */
1274 case LUA_TCCL: { /* C closure */
ldebug.c 34 #define noLuaClosure(f) ((f) == NULL || (f)->c.tt == LUA_TCCL)
ldo.c 417 case LUA_TCCL: /* C closure */

Completed in 149 milliseconds