Searched refs:luaK_exp2nextreg (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lparser.c | 266 if (e->k != VVOID) luaK_exp2nextreg(fs, e); /* close last expression */ in adjust_assign() 466 luaK_exp2nextreg(fs, &cc->v); in closelistfield() 484 luaK_exp2nextreg(fs, &cc->v); in lastlistfield() 508 luaK_exp2nextreg(ls->fs, t); /* fix it at stack top (for gc) */ in constructor() 601 luaK_exp2nextreg(ls->fs, v); in explist1() 648 luaK_exp2nextreg(fs, &args); /* close last argument */ in funcargs() 717 luaK_exp2nextreg(fs, v); in primaryexp() 1041 luaK_exp2nextreg(ls->fs, &e); in exp1() 1261 luaK_exp2nextreg(fs, &e); /* values must go to the `stack' */ in retstat()
|
| H A D | lcode.h | 55 LUAI_FUNC void luaK_exp2nextreg (FuncState *fs, expdesc *e);
|
| H A D | lcode.c | 414 void luaK_exp2nextreg (FuncState *fs, expdesc *e) { in luaK_exp2nextreg() function 431 luaK_exp2nextreg(fs, e); /* default */ in luaK_exp2anyreg() 721 luaK_exp2nextreg(fs, v); /* operand must be on the `stack' */ in luaK_infix() 762 luaK_exp2nextreg(fs, e2); /* operand must be on the 'stack' */ in luaK_posfix()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lparser.c | 318 if (e->k != VVOID) luaK_exp2nextreg(fs, e); /* close last expression */ in adjust_assign() 521 luaK_exp2nextreg(fs, v); /* fix it at the last register */ in codeclosure() 679 luaK_exp2nextreg(fs, &cc->v); in closelistfield() 697 luaK_exp2nextreg(fs, &cc->v); in lastlistfield() 745 luaK_exp2nextreg(ls->fs, t); /* fix it at stack top */ in constructor() 819 luaK_exp2nextreg(ls->fs, v); in explist() 862 luaK_exp2nextreg(fs, &args); /* close last argument */ in funcargs() 931 luaK_exp2nextreg(fs, v); in suffixedexp() 1280 luaK_exp2nextreg(ls->fs, &e); in exp1() 1523 luaK_exp2nextreg(fs, &e); /* values must go to the `stack' */ in retstat()
|
| H A D | lcode.h | 60 LUAI_FUNC void luaK_exp2nextreg (FuncState *fs, expdesc *e);
|
| H A D | lcode.c | 490 void luaK_exp2nextreg (FuncState *fs, expdesc *e) { in luaK_exp2nextreg() function 507 luaK_exp2nextreg(fs, e); /* default */ in luaK_exp2anyreg() 800 luaK_exp2nextreg(fs, v); /* operand must be on the `stack' */ in luaK_infix() 842 luaK_exp2nextreg(fs, e2); /* operand must be on the 'stack' */ in luaK_posfix()
|