Home
last modified time | relevance | path

Searched refs:rhs_type (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9compile.c6681 type_T *rhs_type, in compile_load_lhs() argument
6712 && rhs_type != &t_void in compile_load_lhs()
6764 type_T *rhs_type, in compile_assign_unlet() argument
6893 type_T *rhs_type = &t_any; in compile_assignment() local
6999 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 …]