Home
last modified time | relevance | path

Searched refs:other_node (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dshortest-paths.h59 path_t get_shortest_path (const node_t *other_node) const;
60 int get_shortest_distance (const node_t *other_node) const;
184 get_shortest_path (const node_t *other_node) const in get_shortest_path() argument
188 while (m_best_edge[other_node->m_index]) in get_shortest_path()
190 result.m_edges.safe_push (m_best_edge[other_node->m_index]); in get_shortest_path()
192 other_node = m_best_edge[other_node->m_index]->m_src; in get_shortest_path()
194 other_node = m_best_edge[other_node->m_index]->m_dest; in get_shortest_path()
210 get_shortest_distance (const node_t *other_node) const in get_shortest_distance() argument
212 return m_dist[other_node->m_index]; in get_shortest_distance()
Dsplay-tree-utils.cc165 auto compare = [&](splay_tree_node<int> *other_node) in splay_tree_cc_tests()
167 return value - other_node->value (); in splay_tree_cc_tests()
Dtree.cc919 struct symtab_node *other_node = symtab_node::get (other); in set_decl_section_name() local
920 if (other_node) in set_decl_section_name()
927 decl_node->set_section (*other_node); in set_decl_section_name()
/netbsd/src/common/lib/libc/gen/
Dptree.c1023 uintptr_t other_node = PTN_BRANCH_SLOT(parent, other_slot); in ptree_remove_node() local
1026 *removep = other_node; in ptree_remove_node()
1028 ptree_set_position(other_node, target_slot); in ptree_remove_node()