Searched refs:alloc_type (Results 1 – 6 of 6) sorted by relevance
3 type_T *alloc_type(type_T *type);
56 alloc_type(type_T *type) in alloc_type() function71 ret->tt_member = alloc_type(ret->tt_member); in alloc_type()79 ret->tt_args[i] = alloc_type(type->tt_args[i]); in alloc_type()
2688 tv->vval.v_dict->dv_type = alloc_type(type); in eval_variable()2697 tv->vval.v_list->lv_type = alloc_type(type); in eval_variable()3477 dest_tv->vval.v_dict->dv_type = alloc_type(type); in set_var_const()3485 dest_tv->vval.v_list->lv_type = alloc_type(type); in set_var_const()
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()
1226 copy->lv_type = alloc_type(orig->lv_type); in list_copy()
997 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()