Searched refs:LUA_OPUNM (Results 1 – 8 of 8) sorted by relevance
66 case LUA_OPUNM: return intop(-, 0, v1); in intarith()82 case LUA_OPUNM: return luai_numunm(L, v1); in numarith()
228 #define LUA_OPUNM 12 macro
337 if (op != LUA_OPUNM && op != LUA_OPBNOT) in lua_arith()
326 return arith(L, LUA_OPUNM, "__unm"); in arith_unm()
1624 if (constfolding(fs, opr + LUA_OPUNM, e, &ef)) in luaK_prefix()
76 case LUA_OPUNM: return luai_numunm(NULL, v1); in luaO_arith()
295 if (op != LUA_OPUNM) /* all other operations expect two operands */ in lua_arith()
189 #define LUA_OPUNM 6 macro