Searched defs:PrintNode (Results 1 – 1 of 1) sorted by relevance
969 template <typename T> struct PrintNode : Print<NodeAddr<T>> { struct970 PrintNode(const NodeAddr<T> &x, const DataFlowGraph &g) in PrintNode() function