Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dvim9compile.pro4 …*actual, type_T *expected, int offset, int arg_idx, cctx_T *cctx, int silent, int actual_is_const);
/vim-8.2.3635/src/
H A Dvim9compile.c1060 int actual_is_const) in need_type_where() argument
1076 if ((!actual_is_const || actual == &t_any) in need_type_where()
1096 int actual_is_const) in need_type() argument
1102 cctx, silent, actual_is_const); in need_type()