Home
last modified time | relevance | path

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

/dports/cad/iverilog/verilog-11.0/
H A Dnetlist.h5174 struct __ObjectPathManip { const NetObj*obj; }; struct
5175 inline __ObjectPathManip scope_path(const NetObj*obj) in scope_path()
5176 { __ObjectPathManip tmp; tmp.obj = obj; return tmp; } in scope_path()
5178 extern ostream& operator << (ostream&o, __ObjectPathManip);
H A Ddesign_dump.cc264 ostream& operator <<(ostream&o, struct __ObjectPathManip marg) in operator <<()