HomeSort by: relevance | last modified time | path
    Searched refs:t_volatile (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.bin/xlint/lint2/
lint2.h 40 bool t_volatile:1; member in struct:lint2_type
emit2.c 59 if (tp->t_volatile)
chk.c 1270 if (!tp1->t_volatile && tp2->t_volatile)
read.c 677 tp->t_volatile = true;
  /src/usr.bin/xlint/lint1/
decl.c 151 ntp->t_volatile = false;
776 if (dcs->d_qual.tq_volatile && dcs->d_type->t_volatile &&
786 dcs->d_type->t_volatile |= dcs->d_qual.tq_volatile;
926 if (tp->t_const || tp->t_volatile) {
971 if (tp->t_const || tp->t_volatile) {
974 tp->t_const = tp->t_volatile = false;
1238 tp->t_volatile = is_volatile;
2204 if (tp1->t_volatile != tp2->t_volatile && !ignqual && allow_c90)
2394 if (sym->s_type->t_volatile)
    [all...]
emit1.c 104 if (tp->t_volatile)
lint1.h 137 bool t_volatile:1; member in struct:lint1_type
tree.c 1628 bool v1 = tp1->t_subt->t_volatile;
1629 bool v2 = tp2->t_subt->t_volatile;
1636 nstp->t_volatile |= v2;
1722 if (!ntp->t_subt->t_volatile && otp->t_subt->t_volatile)
2464 tp->t_const = tp->t_volatile = false;
3132 !lstp->t_volatile && rstp->t_volatile ? " volatile" : "");
  /src/usr.bin/xlint/common/
tyname.c 264 if (tp->t_volatile)

Completed in 24 milliseconds