Searched refs:need_type (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | vim9compile.pro | 4 int need_type(type_T *actual, type_T *expected, int offset, int arg_idx, cctx_T *cctx, int silent, …
|
| /vim-8.2.3635/src/ |
| H A D | vim9compile.c | 1089 need_type( in need_type() function 2152 if (need_type(actual, expected, offset, i + 1, in generate_PCALL() 2908 if (need_type(idxtype, &t_number, -2, 0, cctx, in compile_member() 2930 if (need_type(*typep, &t_dict_any, -2, 0, cctx, in compile_member() 6805 if (need_type(type, &t_number, in compile_assign_unlet() 6811 && need_type(type, &t_number, in compile_assign_unlet() 6992 if (need_type(stacktype, &t_list_any, -1, 0, cctx, in compile_assignment() 7039 && need_type(&t_list_string, lhs.lhs_type, in compile_assignment() 7174 if (*p != '=' && need_type(rhs_type, lhs_type, in compile_assignment() 7269 need_type(stacktype, expected, -1, 0, cctx, in compile_assignment() [all …]
|
| H A D | evalfunc.c | 219 return need_type(actual, expected, in check_arg_type()
|