Searched refs:ll_valtype (Results 1 – 2 of 2) sorted by relevance
979 if (in_vim9script() && lp->ll_valtype == NULL in get_lval()988 lp->ll_valtype = sv->sv_type; in get_lval()1141 if (lp->ll_valtype != NULL) in get_lval()1143 lp->ll_valtype = lp->ll_valtype->tt_member; in get_lval()1237 if (lp->ll_valtype != NULL) in get_lval()1239 lp->ll_valtype = lp->ll_valtype->tt_member; in get_lval()1395 if (lp->ll_valtype != NULL in set_var_lval()1396 && check_typval_arg_type(lp->ll_valtype, rettv, in set_var_lval()
4261 type_T *ll_valtype; // type expected for the value or NULL member