Home
last modified time | relevance | path

Searched refs:common_type (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dvim9type.c295 common_type(typval2type(&li->li_tv, copyID, type_gap, TRUE), in typval2type_int()
322 common_type(typval2type(value, copyID, type_gap, TRUE), in typval2type_int()
1032 common_type(type_T *type1, type_T *type2, type_T **dest, garray_T *type_gap) in common_type() function
1059 common_type(type1->tt_member, type2->tt_member, &common, type_gap); in common_type()
1070 common_type(type1->tt_member, type2->tt_member, &common, type_gap); in common_type()
1083 common_type(type1->tt_args[i], type2->tt_args[i], in common_type()
1133 common_type(type, result, &result, type_gap); in get_member_type_from_stack()
H A Dvim9compile.c5620 common_type(type1, *typep, typep, cctx->ctx_type_list); in compile_expr1()
/vim-8.2.3635/src/proto/
H A Dvim9type.pro23 void common_type(type_T *type1, type_T *type2, type_T **dest, garray_T *type_gap);