Searched refs:var_lvar (Results 1 – 1 of 1) sorted by relevance
8097 lvar_T *var_lvar; // variable for "var" in compile_for() local8282 var_lvar = reserve_local(cctx, arg, varlen, TRUE, lhs_type); in compile_for()8283 if (var_lvar == NULL) in compile_for()8288 var_lvar->lv_type = vartype; in compile_for()8290 var_lvar->lv_type = item_type; in compile_for()8291 generate_STORE(cctx, ISN_STORE, var_lvar->lv_idx, NULL); in compile_for()