Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dvim9type.pro8 type_T *get_func_type(type_T *ret_type, int argcount, garray_T *type_gap);
/vim-8.2.3635/src/
H A Dvim9type.c186 get_func_type(type_T *ret_type, int argcount, garray_T *type_gap) in get_func_type() function
914 type = get_func_type(ret_type, argcount, type_gap); in parse_type()
H A Dvim9compile.c10345 ufunc->uf_func_type = get_func_type(ufunc->uf_ret_type, in set_function_type()