Home
last modified time | relevance | path

Searched refs:cast_void (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlgc.h177 luaC_barrier_(L,obj2gco(p),obj2gco(o)) : cast_void(0))
180 iscollectable(v) ? luaC_objbarrier(L,p,gcvalue(v)) : cast_void(0))
183 (isblack(p) && iswhite(o)) ? luaC_barrierback_(L,p) : cast_void(0))
186 iscollectable(v) ? luaC_objbarrierback(L, p, gcvalue(v)) : cast_void(0))
H A Dlmem.h35 (luaM_testsize(n,e) ? luaM_toobig(L) : cast_void(0))
H A Dllimits.h138 #define cast_void(i) cast(void, (i)) macro
H A Dltests.c536 cast_void(g); /* better to keep it if we need to print an object */ in checkgraylist()
1058 cast_void(level); /* to avoid warnings */ in tref()
1066 cast_void(level); /* to avoid warnings */ in getref()
1074 cast_void(level); /* to avoid warnings */ in unref()
1743 cast_void(s1); /* to avoid warnings */ in runC()
H A Dlvm.c652 cast_void(tostring(L, s2v(top - 2))); /* result is first operand */ in luaV_concat()
1186 lua_assert(isIT(i) || (cast_void(L->top.p = base), 1)); in luaV_execute()
1275 ? (cast_void(n = ivalue(rc)), luaV_fastgeti(L, rb, n, slot)) in luaV_execute()
1331 ? (cast_void(n = ivalue(rb)), luaV_fastgeti(L, s2v(ra), n, slot)) in luaV_execute()
H A Dllex.c349 while (cast_void(save_and_next(ls)), lisxdigit(ls->current)) { in readutf8esc()
H A Dlgc.c547 (cast_void(weakkey = strchr(svalue(mode), 'k')), in traversetable()
548 cast_void(weakvalue = strchr(svalue(mode), 'v')), in traversetable()