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 64 if (tp->t_volatile)
chk.c 1270 if (!tp1->t_volatile && tp2->t_volatile)
read.c 679 tp->t_volatile = true;
  /src/usr.bin/xlint/lint1/
decl.c 151 ntp->t_volatile = false;
777 if (dcs->d_qual.tq_volatile && dcs->d_type->t_volatile &&
787 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 109 if (tp->t_volatile)
lint1.h 137 bool t_volatile:1; member in struct:lint1_type
tree.c 1564 bool v1 = tp1->t_subt->t_volatile;
1565 bool v2 = tp2->t_subt->t_volatile;
1572 nstp->t_volatile |= v2;
1658 if (!ntp->t_subt->t_volatile && otp->t_subt->t_volatile)
2400 tp->t_const = tp->t_volatile = false;
3068 !lstp->t_volatile && rstp->t_volatile ? " volatile" : "");
  /src/usr.bin/xlint/common/
tyname.c 264 if (tp->t_volatile)

Completed in 20 milliseconds