Home
last modified time | relevance | path

Searched refs:abovep (Results 1 – 10 of 10) sorted by relevance

/dports/cad/verilator/verilator-4.216/src/
H A DV3LinkDot.cpp316 symp->parentp(abovep); in insertCell()
321 abovep->reinsert(nodep->origName(), symp); in insertCell()
344 symp->parentp(abovep); in insertInline()
349 abovep->reinsert(basename, symp); in insertInline()
367 symp->parentp(abovep); in insertBlock()
369 symp->fallbackp(abovep); in insertBlock()
373 abovep->reinsert(name, symp); in insertBlock()
386 symp->parentp(abovep); in insertSym()
387 symp->fallbackp(abovep); in insertSym()
389 checkDuplicate(abovep, nodep, name); in insertSym()
[all …]
H A DV3Unknown.cpp122 AstNode* const abovep = prep->backp(); // Grab above point before we replace 'prep' in replaceBoundLvalue() local
134 abovep->addNextStmt(newp, abovep); in replaceBoundLvalue()
H A DV3Scope.cpp166 const AstNode* const abovep = (m_aboveCellp ? static_cast<AstNode*>(m_aboveCellp) in visit() local
169 = new AstScope(abovep->fileline(), m_modp, scopename, m_aboveScopep, m_aboveCellp); in visit()
H A DV3Ast.cpp93 AstNode* AstNode::abovep() const { in abovep() function in AstNode
H A DV3Ast.h1499 AstNode* abovep() const; // Parent node above, only when no nextp() as otherwise slow
H A DV3Const.cpp3092 if (AstJumpBlock* const aboveBlockp = VN_CAST(nodep->abovep(), JumpBlock)) { in visit()
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_difftree.a.tree11 … 3:1:2: SCOPE 0x555556bb60f0 <e5#> {a0aa} @CONST-POOL@ [abovep=0] [cellp=0] [modp=0x555556bc0000]
H A Dt_difftree.b.tree11 … 3:1:2: SCOPE 0x55d6994da0f0 <e5#> {a0aa} @CONST-POOL@ [abovep=0] [cellp=0] [modp=0x55d6994e4000]
/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c3578 BOOLEAN polysplithoriz(INTBIG yl, POLYGON *which, POLYGON **abovep, POLYGON **belowp) in polysplithoriz() argument
3642 *abovep = above; in polysplithoriz()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2130 BOOLEAN polysplithoriz(INTBIG yl, POLYGON *which, POLYGON **abovep, POLYGON **belowp);