Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9type.c497 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 Dvim9compile.c1084 type_mismatch_where(expected, actual, where); in need_type_where()
/vim-8.2.3635/src/proto/
H A Dvim9type.pro17 void type_mismatch_where(type_T *expected, type_T *actual, where_T where);