Searched defs:vtv_graph_node (Results 1 – 2 of 2) sorted by relevance
74 struct vtv_graph_node { struct86 vec<struct vtv_graph_node *> parents; /* Vector of parents in the graph. */ argument87 vec<struct vtv_graph_node *> children; /* Vector of children in the graph.*/ argument95 vtv_graph_node for our class hierarchy info and store that in this argument