HomeSort by: relevance | last modified time | path
    Searched defs:vtv_graph_node (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
vtable-verify.h 70 hierarchy node (struct vtv_graph_node). Note: In this struct,
74 struct vtv_graph_node { struct
86 vec<struct vtv_graph_node *> parents; /* Vector of parents in the graph. */
87 vec<struct vtv_graph_node *> children; /* Vector of children in the graph.*/
95 vtv_graph_node for our class hierarchy info and store that in this
97 vtbl_map_node and the vtv_graph_node; and insert the node into two
111 struct vtv_graph_node *class_info; /* Our class hierarchy info for the
  /src/external/gpl3/gcc.old/dist/gcc/
vtable-verify.h 70 hierarchy node (struct vtv_graph_node). Note: In this struct,
74 struct vtv_graph_node { struct
86 vec<struct vtv_graph_node *> parents; /* Vector of parents in the graph. */
87 vec<struct vtv_graph_node *> children; /* Vector of children in the graph.*/
95 vtv_graph_node for our class hierarchy info and store that in this
97 vtbl_map_node and the vtv_graph_node; and insert the node into two
111 struct vtv_graph_node *class_info; /* Our class hierarchy info for the

Completed in 24 milliseconds