Searched refs:t_const (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dlint2.h42 u_int t_const : 1; /* constant */ member in struct:type
H A Dchk.c896 } else if (tp->t_subt->t_const) {
1239 if (!tp1->t_const && tp2->t_const)
1244 if (tp1->t_const != tp2->t_const)
1246 if (tp1->t_const != tp2->t_const)
H A Demit2.c95 if (tp->t_const)
H A Dread.c567 tp->t_const = 1;
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dinit.c505 ln->tn_type->t_const = 0;
531 ln->tn_type->t_const = 0;
H A Dlint1.h141 u_int t_const : 1; /* const modifier */ member in struct:type
H A Dtree.c323 sym->s_type->t_const = 1;
755 tp->t_const = tp->t_volatile = 0;
864 } else if (ltp->t_const) {
1136 } else if (ltp->t_const || ((lt == STRUCT || lt == UNION) &&
1281 ((!lstp->t_const && rstp->t_const) ||
2212 if ((*tpp)->t_subt->t_const ==
2213 (tp1->t_subt->t_const | tp2->t_subt->t_const) &&
2221 (*tpp)->t_subt->t_const
[all...]
H A Ddecl.c713 if (dcs->d_const && dcs->d_type->t_const) {
728 dcs->d_type->t_const |= dcs->d_const;
894 } else if (tp->t_const || tp->t_volatile) {
942 if (tp->t_const || tp->t_volatile) {
945 tp->t_const = tp->t_volatile = 0;
1195 tp->t_const = pi->p_const;
1977 if (tp1->t_const != tp2->t_const && !ignqual && !tflag)
2997 if (!tflag && sym->s_def == TDEF && sym->s_type->t_const) {
H A Demit1.c122 if (tp->t_const)
H A Dfunc.c1000 ln->tn_type->t_const = 0;

Completed in 103 milliseconds