Lines Matching refs:dest
1032 common_type(type_T *type1, type_T *type2, type_T **dest, garray_T *type_gap) in common_type() argument
1036 *dest = type1; in common_type()
1044 *dest = type2; in common_type()
1049 *dest = type1; in common_type()
1061 *dest = get_list_type(common, type_gap); in common_type()
1063 *dest = get_dict_type(common, type_gap); in common_type()
1077 *dest = alloc_func_type(common, argcount, type_gap); in common_type()
1080 if (func_type_add_arg_types(*dest, argcount, in common_type()
1084 &(*dest)->tt_args[i], type_gap); in common_type()
1090 *dest = alloc_func_type(common, -1, type_gap); in common_type()
1093 (*dest)->tt_min_argcount = in common_type()
1100 *dest = &t_any; in common_type()