Home
last modified time | relevance | path

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

/dports/cad/iverilog/verilog-11.0/
H A Ddesign_dump.cc302 struct __ShowTypeManip { const NetPins*pins; }; struct
303 inline __ShowTypeManip show_type(const NetPins*pins) in show_type()
304 { __ShowTypeManip tmp; tmp.pins = pins; return tmp; } in show_type()
306 inline ostream& operator << (ostream&fd, __ShowTypeManip man) in operator <<()