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

/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dlparser.c128 static void init_exp (expdesc *e, expkind k, int i) { function
136 init_exp(e, VK, luaK_stringK(ls->fs, s));
228 init_exp(var, VGLOBAL, NO_REG); /* default is global variable */
234 init_exp(var, VLOCAL, v);
322 init_exp(v, VRELOCABLE, luaK_codeABx(fs, OP_CLOSURE, 0, fs->np-1));
508 init_exp(t, VRELOCABLE, pc);
509 init_exp(&cc.v, VVOID, 0); /* no value (yet) */
653 init_exp(f, VCALL, luaK_codeABC(fs, OP_CALL, base, nparams+1, 2));
734 init_exp(v, VKNUM, 0);
743 init_exp(
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dc-parser.c8068 struct c_expr init_exp;
8077 init_exp = c_parser_expr_no_commas (parser, NULL);
8078 init_exp = default_function_array_conversion (init_loc, init_exp);
8080 NOP_EXPR, init_loc, init_exp.value,
8081 init_exp.original_type);
8063 struct c_expr init_exp; local

Completed in 207 milliseconds