Searched refs:__ScopePathManip (Results 1 – 2 of 2) sorted by relevance
5168 struct __ScopePathManip { const NetScope*scope; }; struct5169 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);
257 ostream& operator <<(ostream&o, struct __ScopePathManip marg) in operator <<()