Lines Matching refs:t_const
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)
2393 subt->t_const = true;
2411 if (sym->s_type->t_const
2754 if (dsym->s_type->t_const
3139 if (allow_c90 && sym->s_def == TDEF && sym->s_type->t_const)