Searched refs:alloc_func_type (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | vim9type.c | 167 alloc_func_type(type_T *ret_type, int argcount, garray_T *type_gap) in alloc_func_type() function 226 return alloc_func_type(ret_type, argcount, type_gap); in get_func_type() 917 type = alloc_func_type(ret_type, argcount, type_gap); in parse_type() 1077 *dest = alloc_func_type(common, argcount, type_gap); in common_type() 1090 *dest = alloc_func_type(common, -1, type_gap); in common_type()
|
| H A D | vim9compile.c | 10315 ufunc->uf_func_type = alloc_func_type(ufunc->uf_ret_type, in set_function_type()
|
| /vim-8.2.3635/src/proto/ |
| H A D | vim9type.pro | 7 type_T *alloc_func_type(type_T *ret_type, int argcount, garray_T *type_gap);
|