Searched refs:t_const (Results 1 – 10 of 10) sorted by relevance
896 } else if (tp->t_subt->t_const) { in scanflike()1239 if (!tp1->t_const && tp2->t_const) in eqtype()1244 if (tp1->t_const != tp2->t_const) in eqtype()1246 if (tp1->t_const != tp2->t_const) in eqtype()
42 u_int t_const : 1; /* constant */ member
95 if (tp->t_const) in outtype()
567 tp->t_const = 1; in inptype()
323 sym->s_type->t_const = 1; in getnnode()755 tp->t_const = tp->t_volatile = 0; in cconv()864 } else if (ltp->t_const) { in typeok()1136 } else if (ltp->t_const || ((lt == STRUCT || lt == UNION) && in typeok()1281 ((!lstp->t_const && rstp->t_const) || in asgntypok()2212 if ((*tpp)->t_subt->t_const == in mrgqual()2213 (tp1->t_subt->t_const | tp2->t_subt->t_const) && in mrgqual()2221 (*tpp)->t_subt->t_const = in mrgqual()2222 tp1->t_subt->t_const | tp2->t_subt->t_const; in mrgqual()2241 if (tp->t_const) in conmemb()[all …]
713 if (dcs->d_const && dcs->d_type->t_const) { in deftyp()728 dcs->d_type->t_const |= dcs->d_const; in deftyp()894 } else if (tp->t_const || tp->t_volatile) { in chktyp()942 if (tp->t_const || tp->t_volatile) { in chktyp()945 tp->t_const = tp->t_volatile = 0; in chktyp()1195 tp->t_const = pi->p_const; in addptr()1977 if (tp1->t_const != tp2->t_const && !ignqual && !tflag) in eqtype()2997 if (!tflag && sym->s_def == TDEF && sym->s_type->t_const) { in chkglvar()
505 ln->tn_type->t_const = 0; in mkinit()531 ln->tn_type->t_const = 0; in mkinit()
141 u_int t_const : 1; /* const modifier */ member
122 if (tp->t_const) in outtype()
1000 ln->tn_type->t_const = 0; in doreturn()