HomeSort by: relevance | last modified time | path
    Searched refs:t_const (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/xlint/lint2/
lint2.h 39 bool t_const:1; member in struct:lint2_type
emit2.c 62 if (tp->t_const)
chk.c 907 } else if (tp->t_subt->t_const) {
1268 if (!tp1->t_const && tp2->t_const)
1273 if (tp1->t_const != tp2->t_const)
1275 if (tp1->t_const != tp2->t_const)
read.c 675 tp->t_const = true;
  /src/usr.bin/xlint/lint1/
decl.c 150 ntp->t_const = false;
771 if (dcs->d_qual.tq_const && dcs->d_type->t_const
786 dcs->d_type->t_const |= dcs->d_qual.tq_const;
926 if (tp->t_const || tp->t_volatile) {
971 if (tp->t_const || tp->t_volatile) {
974 tp->t_const = tp->t_volatile = false;
1237 tp->t_const = is_const;
2202 if (tp1->t_const != tp2->t_const && !ignqual && allow_c90)
2392 if (sym->s_type->t_const)
    [all...]
emit1.c 107 if (tp->t_const)
tree.c 708 sym->s_type->t_const = true;
1562 bool c1 = tp1->t_subt->t_const;
1563 bool c2 = tp2->t_subt->t_const;
1571 nstp->t_const |= c2;
1656 if (!ntp->t_subt->t_const && otp->t_subt->t_const)
2400 tp->t_const = tp->t_volatile = false;
2478 if (tp->t_const && allow_c90)
2870 if (mtp->t_const)
2893 } else if (ltp->t_const
    [all...]
lint1.h 136 bool t_const:1; member in struct:lint1_type
  /src/usr.bin/xlint/common/
tyname.c 262 if (tp->t_const)

Completed in 86 milliseconds