Home
last modified time | relevance | path

Searched defs:belowp (Results 1 – 3 of 3) sorted by relevance

/dports/cad/verilator/verilator-4.216/src/
H A DV3AstNodes.cpp1123 void AstWhile::addBeforeStmt(AstNode* newp, AstNode* belowp) { in addBeforeStmt()
1141 void AstWhile::addNextStmt(AstNode* newp, AstNode* belowp) { in addNextStmt()
H A DV3Const.cpp2337 AstSel* const belowp = VN_AS(nodep->fromp(), Sel); in replaceSelSel() local
/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c3578 BOOLEAN polysplithoriz(INTBIG yl, POLYGON *which, POLYGON **abovep, POLYGON **belowp) in polysplithoriz()