Home
last modified time | relevance | path

Searched refs:init_exp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlparser.c146 static void init_exp (expdesc *e, expkind k, int i) { in init_exp() function
154 init_exp(e, VK, luaK_stringK(ls->fs, s)); in codestring()
275 init_exp(var, VLOCAL, v); /* variable is local */ in singlevaraux()
288 init_exp(var, VUPVAL, idx); in singlevaraux()
520 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure()
743 init_exp(t, VRELOCABLE, pc); in constructor()
744 init_exp(&cc.v, VVOID, 0); /* no value (yet) */ in constructor()
865 init_exp(f, VCALL, luaK_codeABC(fs, OP_CALL, base, nparams+1, 2)); in funcargs()
946 init_exp(v, VKNUM, 0); in simpleexp()
955 init_exp(v, VNIL, 0); in simpleexp()
[all …]
/freebsd/contrib/lua/src/
H A Dlparser.c152 static void init_exp (expdesc *e, expkind k, int i) { in init_exp() function
396 init_exp(var, VCONST, fs->firstlocal + i); in searchvar()
437 init_exp(var, VVOID, 0); /* default is global */ in singlevaraux()
453 init_exp(var, VUPVAL, idx); /* new or old upvalue */ in singlevaraux()
724 init_exp(v, VRELOC, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure()
934 init_exp(t, VNONRELOC, fs->freereg); /* table will be at stack top */ in constructor()
936 init_exp(&cc.v, VVOID, 0); /* no value (yet) */ in constructor()
1064 init_exp(f, VCALL, luaK_codeABC(fs, OP_CALL, base, nparams+1, 2)); in funcargs()
1144 init_exp(v, VKFLT, 0); in simpleexp()
1149 init_exp(v, VKINT, 0); in simpleexp()
[all …]