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

  /src/external/bsd/pcc/dist/pcc/mip/
manifest.h 98 #define VOL 0x40
125 #define ISVOL(x) (((x)&VOL)==VOL) /* is x volatile? */
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
scan.l 142 "volatile" { return resw(VOL, C_QUALIFIER); }
gcc_compat.c 175 *n = block(QUALIFIER, NIL, NIL, VOL, 0, 0);
176 (*n)->n_qual = VOL;
pftn.c 1382 !(cqual(p->stype, p->squal) & VOL) && cisreg(p->stype)) {
1726 * QUALIFIER is VOL or CON
2876 p->n_qual = VOL >> TSHIFT;
trees.c 3303 * Return CON/VOL/0, whichever are active for the current type.
3312 return q & (CON|VOL);
  /src/external/bsd/pcc/dist/pcc/arch/m68k/
code.c 161 if (cqual(s[i]->stype, s[i]->squal) & VOL)
  /src/external/bsd/pcc/dist/pcc/arch/i86/
code.c 214 ((cqual(sp2->stype, sp2->squal) & VOL) == 0)) {
  /src/external/bsd/pcc/dist/pcc/arch/vax/
code.c 187 if (cqual(sp[i]->stype, sp[i]->squal) & VOL)
  /src/external/bsd/pcc/dist/pcc/arch/i386/
code.c 345 ((cqual(sp2->stype, sp2->squal) & VOL) == 0) && xtemps) {
  /src/sys/arch/luna68k/dev/xplx/
xplx.asm 183 ; +4.b VOL
1157 ; PSG CH3 VOL
1189 ; PSG CH3 VOL=0
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
gcc_compat.c 276 yylval.type = VOL;
pftn.c 1359 !(cqual(p->stype, p->squal) & VOL) && cisreg(p->stype)) {
1710 * QUALIFIER is VOL or CON
2920 p->n_qual = VOL >> TSHIFT;
trees.c 3551 * Return CON/VOL/0, whichever are active for the current type.
3560 return q & (CON|VOL);

Completed in 27 milliseconds