Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.bin/xlint/lint2/
HDchk.c896 } 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()
HDlint2.h42 u_int t_const : 1; /* constant */ member
HDemit2.c95 if (tp->t_const) in outtype()
HDread.c567 tp->t_const = 1; in inptype()
/freebsd-11-stable/usr.bin/xlint/lint1/
HDtree.c323 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 …]
HDdecl.c713 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()
HDinit.c505 ln->tn_type->t_const = 0; in mkinit()
531 ln->tn_type->t_const = 0; in mkinit()
HDlint1.h141 u_int t_const : 1; /* const modifier */ member
HDemit1.c122 if (tp->t_const) in outtype()
HDfunc.c1000 ln->tn_type->t_const = 0; in doreturn()