Searched refs:t_volatile (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dlint2.h43 u_int t_volatile : 1; /* volatile */ member in struct:type
H A Demit2.c97 if (tp->t_volatile)
H A Dchk.c1241 if (!tp1->t_volatile && tp2->t_volatile)
H A Dread.c569 tp->t_volatile = 1;
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dlint1.h142 u_int t_volatile : 1; /* volatile modifier */ member in struct:type
H A Ddecl.c719 if (dcs->d_volatile && dcs->d_type->t_volatile) {
729 dcs->d_type->t_volatile |= dcs->d_volatile;
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;
1196 tp->t_volatile = pi->p_volatile;
1980 if (tp1->t_volatile != tp2->t_volatile && !ignqual && !tflag)
H A Demit1.c124 if (tp->t_volatile)
H A Dtree.c755 tp->t_const = tp->t_volatile = 0;
1282 (!lstp->t_volatile && rstp->t_volatile))) {
2214 (*tpp)->t_subt->t_volatile ==
2215 (tp1->t_subt->t_volatile | tp2->t_subt->t_volatile)) {
2223 (*tpp)->t_subt->t_volatile =
2224 tp1->t_subt->t_volatile | tp2->t_subt->t_volatile;

Completed in 172 milliseconds