Searched refs:callop_node (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.c5990 struct cgraph_node *callop_node, *thunk_node;
5992 callop_node = cgraph_node (callop);
5994 gcc_assert (callop_node->same_comdat_group == NULL);
5996 callop_node->same_comdat_group = thunk_node;
5997 thunk_node->same_comdat_group = callop_node;
5986 struct cgraph_node *callop_node, *thunk_node; local

Completed in 126 milliseconds