Home | History | Annotate | Download | only in lint1

Lines Matching refs:t_tspec

101 		typetab[i].t_tspec = (tspec_t)i;
172 tspec_t t = tp->t_tspec;
248 tspec_t t2 = td->t_tspec;
330 tspec_t t = tp->t_tspec;
418 tspec_t t = tp->t_tspec;
449 if (!is_struct_or_union(tp->t_tspec)) {
466 if (tp->t_tspec == STRUCT)
478 if (dcs->d_type != NULL && is_struct_or_union(dcs->d_type->t_tspec))
790 if (align > 0 && dcs->d_type->t_tspec == STRUCT) {
819 while (tp->t_tspec == ARRAY) {
824 if (is_struct_or_union(tp->t_tspec)) {
831 if (tp->t_tspec == ENUM && is_incomplete(tp) && name != NULL)
835 lint_assert(tp->t_tspec != FUNC);
837 unsigned int elsz = size_in_bits(tp->t_tspec);
856 while (tp->t_tspec == ARRAY)
859 tspec_t t = tp->t_tspec;
907 tspec_t t = tp->t_tspec;
1096 - dcs->d_sou_size_in_bits % size_in_bits(tp->t_tspec);
1153 tspec_t t = tp->t_tspec;
1285 if (stp->t_tspec == VOID) {
1359 if (arg->s_type->t_tspec == VOID &&
1418 && params.first->s_type->t_tspec == VOID)
1709 if (tp->t_tspec == NO_TSPEC) {
1710 tp->t_tspec = kind;
1738 if (is_struct_or_union(mem->s_type->t_tspec)
1766 c99ism(47, tspec_name(tp->t_tspec));
1849 warning(351, sym->s_type->t_tspec == FUNC ? "" : " 'extern'",
1852 if (sym->s_type->t_tspec == FUNC &&
1868 if (sym->s_type->t_tspec == FUNC) {
1969 if (dsym->s_type->t_tspec == FUNC && dsym->s_def == TDEF)
1973 if (dsym->s_type->t_tspec == FUNC) {
1983 dsym->s_type->t_tspec == FUNC && dsym->s_type->t_proto) {
1988 bool rval = dsym->s_type->t_subt->t_tspec != VOID;
2056 if (dsym->s_type->t_tspec == STRUCT)
2060 else if (dsym->s_type->t_tspec == UNION)
2064 else if (dsym->s_type->t_tspec == PTR
2065 && dsym->s_type->t_subt->t_tspec == STRUCT)
2069 else if (dsym->s_type->t_tspec == PTR
2070 && dsym->s_type->t_subt->t_tspec == UNION)
2213 return tp1->t_tspec == VOID || tp2->t_tspec == VOID ||
2246 tspec_t t = p->s_type->t_tspec;
2268 tspec_t t = tp1->t_tspec;
2284 if (t != tp2->t_tspec)
2338 lint_assert(dst->t_tspec == src->t_tspec);
2339 if (dst->t_tspec == ARRAY) {
2345 } else if (dst->t_tspec == FUNC) {
2389 tspec_t t = sym->s_type->t_tspec;
2422 if (sym->s_type->t_tspec != VOID)
2438 return tp->t_tspec == PTR &&
2439 (st = tp->t_subt->t_tspec,
2716 if (dsym->s_type->t_tspec == FUNC) {
2726 if (dsym->s_type->t_tspec == FUNC) {
2746 if (dsym->s_type->t_tspec == FUNC)
2872 dsym->s_type->t_tspec != FUNC &&
2874 dsym->s_type->t_tspec == ARRAY &&
3043 switch (sym->s_type->t_tspec) {
3053 lint_assert(sym->s_type->t_tspec == ENUM);
3084 if (sym->s_type->t_tspec == FUNC)
3087 if (sym->s_def == TDEF && sym->s_type->t_tspec == VOID)
3097 sym->s_type->t_tspec == ARRAY && sym->s_type->u.dimension == 0) {
3113 if (sym->s_type->t_tspec == FUNC) {
3132 if (sym->s_type->t_tspec == FUNC && sym->s_used && sym->s_def != DEF)