Lines Matching refs:lv_type
110 type_T *lv_type; member
2477 lvar->lv_type = type; in reserve_local()
3238 type = lvar.lv_type; in compile_load()
6342 &lhs->lhs_arg_lvar.lv_idx, &lhs->lhs_arg_lvar.lv_type, in compile_lhs()
6457 lhs->lhs_type = lhs->lhs_lvar->lv_type; in compile_lhs()
7133 lhs.lhs_lvar->lv_type = &t_list_any; in compile_assignment()
7135 lhs.lhs_lvar->lv_type = &t_dict_any; in compile_assignment()
7137 lhs.lhs_lvar->lv_type = &t_any; in compile_assignment()
7139 lhs.lhs_lvar->lv_type = rhs_type; in compile_assignment()
7144 type_T *use_type = lhs.lhs_lvar->lv_type; in compile_assignment()
8288 var_lvar->lv_type = vartype; in compile_for()
8290 var_lvar->lv_type = item_type; in compile_for()