Searched refs:rhs_type (Results 1 – 1 of 1) sorted by relevance
6681 type_T *rhs_type, in compile_load_lhs() argument6712 && rhs_type != &t_void in compile_load_lhs()6764 type_T *rhs_type, in compile_assign_unlet() argument6893 type_T *rhs_type = &t_any; in compile_assignment() local6999 rhs_type = stacktype->tt_member; in compile_assignment()7115 if ((rhs_type->tt_type == VAR_FUNC in compile_assignment()7123 if (rhs_type->tt_type == VAR_VOID) in compile_assignment()7132 if (rhs_type == &t_list_empty) in compile_assignment()7136 else if (rhs_type == &t_unknown) in compile_assignment()7139 lhs.lhs_lvar->lv_type = rhs_type; in compile_assignment()[all …]