Home
last modified time | relevance | path

Searched defs:elaborate_expr (Results 1 – 4 of 4) sorted by relevance

/dports/cad/iverilog/verilog-11.0/vhdlpp/
H A Dexpression_elaborate.cc334 int Expression::elaborate_expr(Entity*, ScopeBase*, const VType*) in elaborate_expr() function in Expression
397 int ExpUnary::elaborate_expr(Entity*ent, ScopeBase*scope, const VType*ltype) in elaborate_expr() function in ExpUnary
697 int ExpBitstring::elaborate_expr(Entity*, ScopeBase*, const VType*) in elaborate_expr() function in ExpBitstring
712 int ExpCharacter::elaborate_expr(Entity*, ScopeBase*, const VType*ltype) in elaborate_expr() function in ExpCharacter
850 int ExpFunc::elaborate_expr(Entity*ent, ScopeBase*scope, const VType*) in elaborate_expr() function in ExpFunc
909 int ExpReal::elaborate_expr(Entity*ent, ScopeBase*scope, const VType*ltype) in elaborate_expr() function in ExpReal
1057 int ExpName::elaborate_expr(Entity*ent, ScopeBase*scope, const VType*ltype) in elaborate_expr() function in ExpName
1106 int ExpShift::elaborate_expr(Entity*ent, ScopeBase*scope, const VType*ltype) in elaborate_expr() function in ExpShift
1135 int ExpString::elaborate_expr(Entity*, ScopeBase*, const VType*ltype) in elaborate_expr() function in ExpString
1142 int ExpTime::elaborate_expr(Entity*, ScopeBase*, const VType*) in elaborate_expr() function in ExpTime
[all …]
H A Dsequential_elaborate.cc66 int CaseSeqStmt::CaseStmtAlternative::elaborate_expr(Entity*ent, ScopeBase*scope, const VType*ltype) in elaborate_expr() function in CaseSeqStmt::CaseStmtAlternative
H A Dexpression.h849 int elaborate_expr(Entity*ent, ScopeBase*scope, const VType*ltype) in elaborate_expr() function
982 inline int elaborate_expr(Entity*ent, ScopeBase*scope, const VType*) { in elaborate_expr() function
/dports/cad/iverilog/verilog-11.0/
H A Delab_expr.cc353 NetExpr* PEBinary::elaborate_expr(Design*des, NetScope*scope, in elaborate_expr() function in PEBinary
633 NetExpr* PEBComp::elaborate_expr(Design*des, NetScope*scope, in elaborate_expr() function in PEBComp
711 NetExpr*PEBLogic::elaborate_expr(Design*des, NetScope*scope, in elaborate_expr() function in PEBLogic
3022 NetExpr* PEConcat::elaborate_expr(Design*des, NetScope*scope, in elaborate_expr() function in PEConcat
3059 NetExpr* PEConcat::elaborate_expr(Design*des, NetScope*scope, in elaborate_expr() function in PEConcat
3711 NetExpr* PEIdent::elaborate_expr(Design*des, NetScope*scope, in elaborate_expr() function in PEIdent
3987 NetExpr* PEIdent::elaborate_expr(Design*des, NetScope*scope, in elaborate_expr() function in PEIdent
5995 NetEConst* PENumber::elaborate_expr(Design*, NetScope*, in elaborate_expr() function in PENumber
6030 NetEConst* PEString::elaborate_expr(Design*, NetScope*, in elaborate_expr() function in PEString
6255 NetExpr*PETypename::elaborate_expr(Design*des, NetScope*, in elaborate_expr() function in PETypename
[all …]