Searched refs:codeexpval (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/mit/lua/dist/src/ |
| H A D | lcode.c | 822 static void codeexpval (FuncState *fs, OpCode op, function 874 codeexpval(fs, cast(OpCode, (op - OPR_MINUS) + OP_UNM), e, &e2, line); 945 codeexpval(fs, OP_CONCAT, e1, e2, line); 958 codeexpval(fs, cast(OpCode, (op - OPR_ADD) + OP_ADD), e1, e2, line);
|