Home | History | Annotate | Download | only in lint1

Lines Matching refs:v_tspec

668 	n->u.value.v_tspec = tp->t_tspec;
680 n->u.value.v_tspec = t;
803 n->u.value.v_tspec = BOOL;
809 n->u.value.v_tspec = INT; /* ENUM is in n->tn_type */
1310 v->v_tspec = tn->tn_type->t_tspec;
1854 v->v_tspec = tn->tn_type->t_tspec;
1855 lint_assert(v->v_tspec == INT || (Tflag && v->v_tspec == BOOL));
1928 v->v_tspec = t;
1988 if (is_complex(v->v_tspec)) {
4047 const char *ot_name = type_name(gettyp(ov->v_tspec));
4094 bool is_unsigned = is_uinteger(v->v_tspec);
4247 tspec_t ot = ov->v_tspec;
4248 tspec_t nt = nv->v_tspec = ntp->t_tspec;
4715 v->v_tspec = INT;
4720 v->v_tspec = tn->tn_type->t_tspec;
4723 lint_assert(tn->tn_type->t_tspec == tn->u.value.v_tspec);
4724 if (is_integer(tn->u.value.v_tspec)) {
4741 if (!is_integer(v->v_tspec))
4742 v->v_tspec = INT;