Home
last modified time | relevance | path

Searched refs:whilep (Results 1 – 4 of 4) sorted by relevance

/dports/cad/verilator/verilator-4.216/src/
H A DV3Reloop.cpp113 AstWhile* const whilep = new AstWhile(fl, condp, nullptr, incp); in mergeEnd() local
114 initp->addNext(whilep); in mergeEnd()
116 whilep->addBodysp(bodyp); in mergeEnd()
132 if (debug() >= 9) whilep->dumpTree(cout, "-new: "); in mergeEnd()
H A DV3LinkInc.cpp77 AstWhile* const whilep = VN_AS(m_insStmtp, While); in insertBeforeStmt() local
78 UASSERT_OBJ(whilep, nodep, "Insert should be under WHILE"); in insertBeforeStmt()
79 whilep->addPrecondsp(newp); in insertBeforeStmt()
H A DV3Task.cpp1375 AstWhile* const whilep = VN_AS(m_insStmtp, While); in insertBeforeStmt() local
1376 UASSERT_OBJ(whilep, nodep, "Insert should be under WHILE"); in insertBeforeStmt()
1377 whilep->addPrecondsp(newp); in insertBeforeStmt()
/dports/lang/rexx-imc/rexx-imc-1.76/
H A Drexx.c356 int whilep,untilp; /* values of WHILE and UNTIL conditions */ local
607 whilep=0;untilp=0;
648 if(!fr)whilep=1;
678 whilep=1; /* pretend the WHILE was false*/
684 if(!whilep && *tmpptr==WHILE){
691 whilep=z;
700 if(whilep)ppc=tmpchr,delpstack();