OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:derived_node
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
vtable-class-hierarchy.cc
1052
to a base class.
DERIVED_NODE
is our vtv_graph_node that
1058
struct vtv_graph_node *
derived_node
)
1060
(base_node->children).safe_push (
derived_node
);
1061
(
derived_node
->parents).safe_push (base_node);
1074
struct vtv_graph_node *
derived_node
= find_graph_node (derived_class);
local
1076
add_hierarchy_pair (base_node,
derived_node
);
/src/external/gpl3/gcc.old/dist/gcc/cp/
vtable-class-hierarchy.cc
1066
to a base class.
DERIVED_NODE
is our vtv_graph_node that
1072
struct vtv_graph_node *
derived_node
)
1074
(base_node->children).safe_push (
derived_node
);
1075
(
derived_node
->parents).safe_push (base_node);
1088
struct vtv_graph_node *
derived_node
= find_graph_node (derived_class);
local
1090
add_hierarchy_pair (base_node,
derived_node
);
Completed in 48 milliseconds
Indexes created Wed May 13 00:24:45 UTC 2026