Home
last modified time | relevance | path

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

/dports/cad/iverilog/verilog-11.0/
H A Dnetlist.h5168 struct __ScopePathManip { const NetScope*scope; }; struct
5169 inline __ScopePathManip scope_path(const NetScope*scope) in scope_path()
5170 { __ScopePathManip tmp; tmp.scope = scope; return tmp; } in scope_path()
5172 extern ostream& operator << (ostream&o, __ScopePathManip);
H A Ddesign_dump.cc257 ostream& operator <<(ostream&o, struct __ScopePathManip marg) in operator <<()