Home
last modified time | relevance | path

Searched refs:ISCONST (Results 1 – 25 of 34) sorted by relevance

12

/original-bsd/usr.bin/f77/pass1.tahoe/
H A Dparamset.c43 if (!ISCONST(param_item_vl))
76 else if (ISCONST(param_item_vl) &&
84 if (ISCONST(param_item_vl))
H A Dexpr.c273 if( ISCONST(realp) && ISNUMERIC(rtype) && ISCONST(imagp) && ISNUMERIC(itype) )
655 if (ISCONST(p->leftp))
692 if( ISCONST(lp) && (rp==NULL || ISCONST(rp)) )
695 if( ISCONST(q) )
1851 if( ISCONST(lp) )
1924 if( ISCONST(lp) )
1935 if( ISCONST(rp) )
1990 if( ISCONST(lp) )
1993 if( ISCONST(rp) )
2671 if( ! ISCONST(p) )
[all …]
H A Doptloop.c573 if ((p->exprblock.vleng != ENULL) && ( ! ISCONST(p->exprblock.vleng)))
635 if ( ! ISCONST(p))
670 if ((vleng = p->addrblock.vleng) && ! ISCONST(vleng))
672 if ((memoffset = p->addrblock.memoffset) && ! ISCONST(memoffset))
H A Dintr.c472 /* TEMPORARY */ if( ISCONST(ep) && ep->headblock.vtype==TYSHORT )
532 if(ISCONST(qr) && ISCONST(qi))
H A Dmisc.c713 if(p->headblock.vleng && !ISCONST(p->headblock.vleng))
723 ISCONST(p->addrblock.memoffset))
H A Dio.c392 if(p!=NULL && ISCONST(p) && p->constblock.vtype==TYCHAR)
626 if( ! ISCONST(nump) ) in startrw()
747 if (optimflag && ISCONST (fmtp)) in startrw()
928 if (statstruct && ISCONST(p))
H A Dproc.c864 if( (neltp = t->nelt) && ISCONST(neltp) ) in docommon()
1424 if(ISCONST(p->dims[i].lb)) p->dims[i].lbaddr = (expptr) PNULL;
1429 if(ISCONST(p->dims[i].ub)) p->dims[i].ubaddr = (expptr) PNULL;
1452 if( ISCONST(q) )
1491 if( ISCONST(q) )
H A Dstab.c298 if (ISCONST(p->vleng)) sprintf(ub,"%d",p->vleng->constblock.constant.ci);
H A Ddata.c665 else if (tp->vclass != CLPARAM || !ISCONST(tp->paramval))
704 else if (tp->vclass != CLPARAM || !ISCONST(tp->paramval))
2346 if (constant == NULL || !ISCONST(constant))
2350 if (constant == NULL || !ISCONST(constant))
2387 if (constant == NULL || !ISCONST(constant))
2394 if (constant == NULL || !ISCONST(constant))
H A Dexec.c349 if( ! ISCONST(p) )
444 if (ISCONST(q))
H A Dput.c159 if (ISCONST(p))
H A Dputpcc.c630 ISCONST(p->exprblock.rightp) &&
683 if ((k == 2) && base->tag == TADDR && ISCONST(base->addrblock.memoffset))
1428 if( ISCONST(q) )
1629 if( ISCONST(p) )
/original-bsd/usr.bin/f77/pass1.vax/
H A Dparamset.c43 if (!ISCONST(param_item_vl))
76 else if (ISCONST(param_item_vl) &&
84 if (ISCONST(param_item_vl))
H A Dexpr.c331 if( ISCONST(realp) && ISNUMERIC(rtype) && ISCONST(imagp) && ISNUMERIC(itype) )
717 if (ISCONST(p->leftp))
754 if( ISCONST(lp) && (rp==NULL || ISCONST(rp)) )
757 if( ISCONST(q) )
1947 if( ISCONST(lp) )
2020 if( ISCONST(lp) )
2031 if( ISCONST(rp) )
2086 if( ISCONST(lp) )
2089 if( ISCONST(rp) )
2841 if( ! ISCONST(p) )
[all …]
H A Doptloop.c573 if ((p->exprblock.vleng != ENULL) && ( ! ISCONST(p->exprblock.vleng)))
635 if ( ! ISCONST(p))
670 if ((vleng = p->addrblock.vleng) && ! ISCONST(vleng))
672 if ((memoffset = p->addrblock.memoffset) && ! ISCONST(memoffset))
H A Dintr.c376 /* TEMPORARY */ if( ISCONST(ep) && ep->headblock.vtype==TYSHORT )
435 if(ISCONST(qr) && ISCONST(qi))
H A Dmisc.c719 if(p->headblock.vleng && !ISCONST(p->headblock.vleng))
729 ISCONST(p->addrblock.memoffset))
H A Dio.c405 if(p!=NULL && ISCONST(p) && p->constblock.vtype==TYCHAR)
639 if( ! ISCONST(nump) ) in startrw()
760 if (optimflag && ISCONST (fmtp)) in startrw()
942 if (statstruct && ISCONST(p))
H A Dproc.c912 if( (neltp = t->nelt) && ISCONST(neltp) ) in docommon()
1481 if(ISCONST(p->dims[i].lb)) p->dims[i].lbaddr = (expptr) PNULL;
1486 if(ISCONST(p->dims[i].ub)) p->dims[i].ubaddr = (expptr) PNULL;
1509 if( ISCONST(q) )
1548 if( ISCONST(q) )
H A Ddata.c662 else if (tp->vclass != CLPARAM || !ISCONST(tp->paramval))
701 else if (tp->vclass != CLPARAM || !ISCONST(tp->paramval))
2343 if (constant == NULL || !ISCONST(constant))
2347 if (constant == NULL || !ISCONST(constant))
2384 if (constant == NULL || !ISCONST(constant))
2391 if (constant == NULL || !ISCONST(constant))
H A Dstab.c354 if (ISCONST(p->vleng)) sprintf(ub,"%d",p->vleng->constblock.constant.ci);
H A Dexec.c379 if( ! ISCONST(p) )
474 if (ISCONST(q))
H A Dput.c159 if (ISCONST(p))
/original-bsd/usr.bin/f77/include.vax/
H A Ddefines.h244 #define ISCONST(z) (z->tag==TCONST) macro
/original-bsd/usr.bin/f77/include.tahoe/
H A Ddefines.h231 #define ISCONST(z) (z->tag==TCONST) macro

12