Home | History | Annotate | Download | only in lint1

Lines Matching refs:t_tspec

160 	if (!(ltp != NULL && ltp->t_tspec == ARRAY && rn->tn_op == STRING))
163 tspec_t lst = ltp->t_subt->t_tspec;
164 tspec_t rst = rn->tn_type->t_subt->t_tspec;
176 && !is_struct_or_union(m->s_type->t_tspec))
185 lint_assert(is_struct_or_union(tp->t_tspec));
239 !is_scalar(sym->s_type->t_tspec)) {
269 tspec_t lt = ln->tn_type->t_tspec;
270 tspec_t rt = rn->tn_type->t_tspec;
284 switch (tp->t_tspec) {
393 if (is_struct_or_union(tp->t_tspec)) {
398 } else if (tp->t_tspec == ARRAY)
492 switch (tp->t_tspec) {
528 lint_assert(tp->t_tspec == ARRAY);
589 if (is_struct_or_union(ltp->t_tspec) || ltp->t_tspec == ARRAY) {
683 if (!allow_c90 && tp->t_tspec == UNION)
687 if (is_struct_or_union(tp->t_tspec) && tp->u.sou->sou_incomplete) {
701 if (is_struct_or_union(tp->t_tspec) &&
762 if (is_struct_or_union(tp->t_tspec))
764 else if (tp->t_tspec == ARRAY)
796 if (tp->t_tspec != ARRAY) {
827 if (in->in_sym->s_type->t_tspec == ARRAY)
897 if (in->in_sym->s_type->t_tspec == AUTO_TYPE)
910 if (bl == NULL && !is_scalar(tp->t_tspec)) {