Home
last modified time | relevance | path

Searched refs:t_volatile (Results 1 – 9 of 9) sorted by relevance

/netbsd/usr.bin/xlint/lint2/
H A Dlint2.h43 bool t_volatile:1; /* volatile */ member
H A Demit2.c69 if (tp->t_volatile) in outtype()
H A Dchk.c1256 if (!tp1->t_volatile && tp2->t_volatile) in types_compatible()
H A Dread.c680 tp->t_volatile = true; in inptype()
/netbsd/usr.bin/xlint/lint1/
H A Ddecl.c147 ntp->t_volatile = false; in expr_unqualified_type()
717 if (dcs->d_qual.tq_volatile && dcs->d_type->t_volatile && in dcs_end_type()
727 dcs->d_type->t_volatile |= dcs->d_qual.tq_volatile; in dcs_end_type()
859 if (tp->t_const || tp->t_volatile) { in check_type()
904 if (tp->t_const || tp->t_volatile) { in check_type()
907 tp->t_const = tp->t_volatile = false; in check_type()
1160 tp->t_volatile = is_volatile; in block_derive_pointer()
2136 if (tp1->t_volatile != tp2->t_volatile && !ignqual && allow_c90) in qualifiers_correspond()
H A Demit1.c113 if (tp->t_volatile) in outtype()
H A Dlint1.h158 bool t_volatile:1; /* volatile modifier */ member
H A Dtree.c1179 bool v1 = tp1->t_subt->t_volatile; in merge_qualifiers()
1180 bool v2 = tp2->t_subt->t_volatile; in merge_qualifiers()
1187 nstp->t_volatile |= v2; in merge_qualifiers()
1276 if (!ntp->t_subt->t_volatile && otp->t_subt->t_volatile) in is_cast_redundant()
2058 tp->t_const = tp->t_volatile = false; in cconv()
2750 (!lstp->t_volatile && rstp->t_volatile))) { in check_assign_void_pointer_compat()
/netbsd/usr.bin/xlint/common/
H A Dtyname.c254 if (tp->t_volatile) in type_name()