Home
last modified time | relevance | path

Searched refs:PECastType (Results 1 – 5 of 5) sorted by relevance

/dports/cad/iverilog/verilog-11.0/
H A DPExpr.cc148 PECastType::PECastType(data_type_t*t, PExpr*b) in PECastType() function in PECastType
153 PECastType::~PECastType() in ~PECastType()
H A DPExpr.h995 class PECastType : public PExpr {
998 explicit PECastType(data_type_t*target, PExpr*base);
999 ~PECastType();
H A Dpform_dump.cc342 void PECastType::dump(ostream &out) const in dump()
H A Delab_expr.cc2817 unsigned PECastType::test_width(Design*des, NetScope*scope, width_mode_t&) in test_width()
2842 NetExpr* PECastType::elaborate_expr(Design*des, NetScope*scope, in elaborate_expr()
2875 NetExpr* PECastType::elaborate_expr(Design*des, NetScope*scope, in elaborate_expr()
H A Dparse.y4184 PECastType*tmp = new PECastType($1, base);