Lines Matching refs:type_T
1413 typedef struct type_S type_T; typedef
1419 type_T *tt_member; // for list, dict, func return type
1420 type_T **tt_args; // func argument types, allocated
1508 type_T *lv_type; // allocated by alloc_type()
1572 type_T *dv_type; // allocated by alloc_type()
1631 type_T **uf_arg_types; // argument types (count == uf_args.ga_len)
1632 type_T *uf_ret_type; // return type
1638 type_T *uf_va_type; // type from "...name: type" or NULL
1639 type_T *uf_func_type; // type of the function, &t_func_any if unknown
1809 type_T *sv_type;
1821 type_T *imp_type;
2000 type_T *check_type; // type from funcref or NULL
4247 type_T *ll_type; // type of variable (can be NULL)
4261 type_T *ll_valtype; // type expected for the value or NULL