Searched refs:init_exp (Results 1 – 1 of 1) sorted by relevance
/external/lua/src/ |
D | lparser.c | 152 static void init_exp (expdesc *e, expkind k, int i) { in init_exp() function 396 init_exp(var, VCONST, fs->firstlocal + i); in searchvar() 426 init_exp(var, VVOID, 0); /* default is global */ in singlevaraux() 442 init_exp(var, VUPVAL, idx); /* new or old upvalue */ in singlevaraux() 714 init_exp(v, VRELOC, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure() 925 init_exp(t, VNONRELOC, fs->freereg); /* table will be at stack top */ in constructor() 927 init_exp(&cc.v, VVOID, 0); /* no value (yet) */ in constructor() 1054 init_exp(f, VCALL, luaK_codeABC(fs, OP_CALL, base, nparams+1, 2)); in funcargs() 1135 init_exp(v, VKFLT, 0); in simpleexp() 1140 init_exp(v, VKINT, 0); in simpleexp() [all …]
|