Searched refs:type_gap (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | vim9type.c | 28 get_type_ptr(garray_T *type_gap) in get_type_ptr() argument 32 if (ga_grow(type_gap, 1) == FAIL) in get_type_ptr() 37 ((type_T **)type_gap->ga_data)[type_gap->ga_len] = type; in get_type_ptr() 38 ++type_gap->ga_len; in get_type_ptr() 237 garray_T *type_gap) in func_type_add_arg_types() argument 246 ((type_T **)type_gap->ga_data)[type_gap->ga_len] = in func_type_add_arg_types() 248 ++type_gap->ga_len; in func_type_add_arg_types() 716 garray_T *type_gap, in parse_type_member() argument 802 type_gap, give_error); in parse_type() 1081 type_gap) == OK) in common_type() [all …]
|
| /vim-8.2.3635/src/proto/ |
| H A D | vim9type.pro | 5 type_T *get_list_type(type_T *member_type, garray_T *type_gap); 6 type_T *get_dict_type(type_T *member_type, garray_T *type_gap); 7 type_T *alloc_func_type(type_T *ret_type, int argcount, garray_T *type_gap); 8 type_T *get_func_type(type_T *ret_type, int argcount, garray_T *type_gap); 9 int func_type_add_arg_types(type_T *functype, int argcount, garray_T *type_gap); 11 type_T *typval2type(typval_T *tv, int copyID, garray_T *type_gap, int do_member); 12 type_T *typval2type_vimvar(typval_T *tv, garray_T *type_gap); 21 type_T *parse_type(char_u **arg, garray_T *type_gap, int give_error); 23 void common_type(type_T *type1, type_T *type2, type_T **dest, garray_T *type_gap); 24 type_T *get_member_type_from_stack(type_T **stack_top, int count, int skip, garray_T *type_gap);
|