Searched refs:tt_args (Results 1 – 3 of 3) sorted by relevance
77 if (ret->tt_args != NULL) in alloc_type()79 ret->tt_args[i] = alloc_type(type->tt_args[i]); in alloc_type()99 vim_free(type->tt_args); in free_type()130 type->tt_args = NULL; in get_list_type()159 type->tt_args = NULL; in get_dict_type()176 type->tt_args = NULL; in alloc_func_type()589 expected->tt_args[i], actual->tt_args[i], FALSE, in check_type()1015 || type1->tt_args == NULL || type2->tt_args == NULL) in equal_type()1019 && !equal_type(type1->tt_args[i], type2->tt_args[i], in equal_type()1078 if (type1->tt_args != NULL && type2->tt_args != NULL) in common_type()[all …]
2133 if (type->tt_args != NULL) in generate_PCALL()2145 expected = type->tt_args[ in generate_PCALL()2151 expected = type->tt_args[i]; in generate_PCALL()10331 ufunc->uf_func_type->tt_args[i] = &t_any; in set_function_type()10334 mch_memmove(ufunc->uf_func_type->tt_args, in set_function_type()10338 ufunc->uf_func_type->tt_args[argcount] = in set_function_type()
1420 type_T **tt_args; // func argument types, allocated member