Searched refs:LUA_OPUNM (Results 1 – 5 of 5) sorted by relevance
66 case LUA_OPUNM: return intop(-, 0, v1); in intarith()82 case LUA_OPUNM: return luai_numunm(L, v1); in numarith()
217 #define LUA_OPUNM 12 macro
326 return arith(L, LUA_OPUNM, "__unm"); in arith_unm()
331 if (op != LUA_OPUNM && op != LUA_OPBNOT) in lua_arith()
1558 if (constfolding(fs, op + LUA_OPUNM, e, &ef)) in luaK_prefix()
Completed in 18 milliseconds