Home
last modified time | relevance | path

Searched refs:luaG_aritherror (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldebug.h24 LUAI_FUNC void luaG_aritherror (lua_State *L, const TValue *p1,
H A Dldebug.c588 void luaG_aritherror (lua_State *L, const TValue *p1, const TValue *p2) { in luaG_aritherror() function
H A Dlvm.c336 luaG_aritherror(L, rb, rc); in Arith()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldebug.h28 LUAI_FUNC l_noret luaG_aritherror (lua_State *L, const TValue *p1,
H A Dldebug.c553 l_noret luaG_aritherror (lua_State *L, const TValue *p1, const TValue *p2) { in luaG_aritherror() function
H A Dlvm.c431 luaG_aritherror(L, rb, rc); in luaV_arith()