MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / luaK_exp2nextreg

Function luaK_exp2nextreg

other_src/lua/src/lcode.cpp:414–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412
413
414void luaK_exp2nextreg (FuncState *fs, expdesc *e) {
415 luaK_dischargevars(fs, e);
416 freeexp(fs, e);
417 luaK_reserveregs(fs, 1);
418 exp2reg(fs, e, fs->freereg - 1);
419}
420
421
422int luaK_exp2anyreg (FuncState *fs, expdesc *e) {

Callers 12

luaK_exp2anyregFunction · 0.70
luaK_infixFunction · 0.70
luaK_posfixFunction · 0.70
adjust_assignFunction · 0.70
closelistfieldFunction · 0.70
lastlistfieldFunction · 0.70
constructorFunction · 0.70
explist1Function · 0.70
funcargsFunction · 0.70
primaryexpFunction · 0.70
exp1Function · 0.70
retstatFunction · 0.70

Calls 4

luaK_dischargevarsFunction · 0.70
freeexpFunction · 0.70
luaK_reserveregsFunction · 0.70
exp2regFunction · 0.70

Tested by

no test coverage detected