Searched refs:type_mismatch_where (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | vim9type.c | 497 type_mismatch_where(expected, actual, where); in arg_type_mismatch() 501 type_mismatch_where(type_T *expected, type_T *actual, where_T where) in type_mismatch_where() function 557 type_mismatch_where(expected, actual, where); in check_type() 598 type_mismatch_where(expected, actual, where); in check_type()
|
| H A D | vim9compile.c | 1084 type_mismatch_where(expected, actual, where); in need_type_where()
|
| /vim-8.2.3635/src/proto/ |
| H A D | vim9type.pro | 17 void type_mismatch_where(type_T *expected, type_T *actual, where_T where);
|