Home
last modified time | relevance | path

Searched refs:NetEEvent (Results 1 – 13 of 13) sorted by relevance

/dports/cad/iverilog/verilog-11.0/
H A Ddup_expr.cc179 NetEEvent* NetEEvent::dup_expr() const in dup_expr()
H A Dtarget.h171 virtual void expr_event(const NetEEvent*);
H A Dtarget.cc525 void expr_scan_t::expr_event(const NetEEvent*) in expr_event() argument
H A Dnetlist.cc2413 NetEEvent::NetEEvent(NetEvent*e) in NetEEvent() function in NetEEvent
2419 NetEEvent::~NetEEvent() in ~NetEEvent()
2423 const NetEvent* NetEEvent::event() const in event()
H A Demit.cc626 void NetEEvent::expr_scan(struct expr_scan_t*tgt) const in expr_scan()
H A Dnet_nex_input.cc104 NexusSet* NetEEvent::nex_input(bool, bool, bool) const in nex_input()
H A Dt-dll.h151 void expr_event(const NetEEvent*);
H A Dnetlist.h3358 friend class NetEEvent; variable
4440 class NetEEvent : public NetExpr {
4443 explicit NetEEvent(NetEvent*);
4444 ~NetEEvent();
4449 virtual NetEEvent* dup_expr() const;
H A Delab_expr.cc1759 } else if (NetEEvent*evt = dynamic_cast<NetEEvent*> (count)) { in check_for_enum_methods()
2551 if (NetEEvent*evt = dynamic_cast<NetEEvent*> (parms[pidx])) { in elaborate_arguments_()
4274 NetEEvent*tmp = new NetEEvent(eve); in elaborate_expr()
H A Dt-dll-expr.cc444 void dll_target::expr_event(const NetEEvent*net) in expr_event()
H A Dexpr_synth.cc1465 if (dynamic_cast<NetEEvent*> (parms_[idx])) { in synthesize()
H A Ddesign_dump.cc1809 void NetEEvent::dump(ostream&o) const in dump()
H A Delaborate.cc3940 if (NetEEvent*evt = dynamic_cast<NetEEvent*> (rv)) { in elaborate_build_call_()