Home
last modified time | relevance | path

Searched refs:luaK_exp2anyreg (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlcode.c500 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()
Dlcode.h57 LUAI_FUNC int luaK_exp2anyreg (FuncState *fs, expdesc *e);
Dlparser.c1516 first = luaK_exp2anyreg(fs, &e); in retstat()