Searched refs:get_func_type (Results 1 – 3 of 3) sorted by relevance
8 type_T *get_func_type(type_T *ret_type, int argcount, garray_T *type_gap);
186 get_func_type(type_T *ret_type, int argcount, garray_T *type_gap) in get_func_type() function914 type = get_func_type(ret_type, argcount, type_gap); in parse_type()
10345 ufunc->uf_func_type = get_func_type(ufunc->uf_ret_type, in set_function_type()