Searched defs:GraphWriter (Results 1 – 2 of 2) sorted by relevance
110 GraphWriter(raw_ostream &o, const GraphType &g, bool SN) : O(o), G(g) { in GraphWriter() function
34 template<class Graph> class GraphWriter; variable