Searched refs:luaK_exp2anyreg (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lcode.c | 500 int luaK_exp2anyreg (FuncState *fs, expdesc *e) { in luaK_exp2anyreg() function 516 luaK_exp2anyreg(fs, e); in luaK_exp2anyregup() 522 luaK_exp2anyreg(fs, e); in luaK_exp2val() 554 return luaK_exp2anyreg(fs, e); in luaK_exp2RK() 566 int e = luaK_exp2anyreg(fs, ex); in luaK_storevar() 587 luaK_exp2anyreg(fs, e); in luaK_self() 770 luaK_exp2anyreg(fs, e); in luaK_prefix() 777 luaK_exp2anyreg(fs, e); /* cannot operate on constants */ in luaK_prefix()
|
D | lcode.h | 57 LUAI_FUNC int luaK_exp2anyreg (FuncState *fs, expdesc *e);
|
D | lparser.c | 1516 first = luaK_exp2anyreg(fs, &e); in retstat()
|