Home
last modified time | relevance | path

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

/external/lua/src/
Dlobject.c86 case LUA_OPADD: return intop(+, v1, v2); in intarith()
106 case LUA_OPADD: return luai_numadd(L, v1, v2); in numarith()
159 luaT_trybinTM(L, p1, p2, res, cast(TMS, (op - LUA_OPADD) + TM_ADD)); in luaO_arith()
Dlua.h196 #define LUA_OPADD 0 /* ORDER TM, ORDER OP */ macro
Dlcode.c1160 if (!constfolding(fs, op + LUA_OPADD, e1, e2)) in luaK_posfix()