Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dvim9compile.pro3 int check_compare_types(exprtype_T type, typval_T *tv1, typval_T *tv2);
/vim-8.2.3635/src/
H A Dvim9compile.c898 check_compare_types(exprtype_T type, typval_T *tv1, typval_T *tv2) in check_compare_types() function
5205 if (check_compare_types(type, tv1, tv2) == FAIL) in compile_expr4()
H A Deval.c2783 if (vim9script && check_compare_types(type, rettv, &var2) == FAIL) in eval4()