Searched refs:PrintListV (Results 1 – 1 of 1) sorted by relevance
182 struct PrintListV { struct183 PrintListV(const NodeList &L, const DataFlowGraph &G) : List(L), G(G) {} in PrintListV() argument190 raw_ostream &operator<< (raw_ostream &OS, const PrintListV<T> &P) { in operator <<()204 << PrintListV<RefNode*>(P.Obj.Addr->members(P.G), P.G) << ']'; in operator <<()213 << " [" << PrintListV<RefNode*>(P.Obj.Addr->members(P.G), P.G) << ']'; in operator <<()