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.c145 static void init_exp (expdesc *e, expkind k, int i) { in init_exp() function
153 init_exp(e, VK, luaK_stringK(ls->fs, s)); in codestring()
274 init_exp(var, VLOCAL, v); /* variable is local */ in singlevaraux()
287 init_exp(var, VUPVAL, idx); in singlevaraux()
519 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np - 1)); in codeclosure()
742 init_exp(t, VRELOCABLE, pc); in constructor()
743 init_exp(&cc.v, VVOID, 0); /* no value (yet) */ in constructor()
864 init_exp(f, VCALL, luaK_codeABC(fs, OP_CALL, base, nparams+1, 2)); in funcargs()
945 init_exp(v, VKNUM, 0); in simpleexp()
954 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()
935 init_exp(t, VNONRELOC, fs->freereg); /* table will be at stack top */ in constructor()
937 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()
1145 init_exp(v, VKFLT, 0); in simpleexp()
1150 init_exp(v, VKINT, 0); in simpleexp()
[all …]