Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h282 type_T *ct_type; member
H A Dvim9execute.c4238 if (check_typval_type(ct->ct_type, tv, ectx->ec_where) in exec_instructions()
4246 && ct->ct_type->tt_type == VAR_BOOL in exec_instructions()
4285 tv->vval.v_dict->dv_type = alloc_type(ct->ct_type); in exec_instructions()
4290 tv->vval.v_list->lv_type = alloc_type(ct->ct_type); in exec_instructions()
5689 type_name(ct->ct_type, &tofree), in list_instructions()
5694 type_name(ct->ct_type, &tofree), in list_instructions()
5709 type_name(iptr->isn_arg.type.ct_type, &tofree)); in list_instructions()
H A Dvim9compile.c997 isn->isn_arg.type.ct_type = alloc_type(expected); in generate_TYPECHECK()
1017 isn->isn_arg.type.ct_type = alloc_type(expected); in generate_SETTYPE()
10481 free_type(isn->isn_arg.type.ct_type); in delete_instr()