Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9compile.c6983 type_T *stacktype; in compile_assignment() local
6985 stacktype = stack->ga_len == 0 ? &t_void in compile_assignment()
6987 if (stacktype->tt_type == VAR_VOID) in compile_assignment()
6992 if (need_type(stacktype, &t_list_any, -1, 0, cctx, in compile_assignment()
6998 if (stacktype->tt_member != NULL) in compile_assignment()
6999 rhs_type = stacktype->tt_member; in compile_assignment()
7252 type_T *stacktype = NULL; in compile_assignment() local
7267 || stacktype == &t_number_bool)) && in compile_assignment()
7269 need_type(stacktype, expected, -1, 0, cctx, in compile_assignment()
7282 operator_type(lhs.lhs_member_type, stacktype), in compile_assignment()
[all …]