Searched defs:PrintListV (Results 1 – 1 of 1) sorted by relevance
197 template <typename T> struct PrintListV { struct198 PrintListV(const NodeList &L, const DataFlowGraph &G) : List(L), G(G) {} in PrintListV() function200 using Type = T;201 const NodeList &List;202 const DataFlowGraph &G;