Searched refs:other_node (Results 1 – 4 of 4) sorted by relevance
59 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() argument188 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() argument212 return m_dist[other_node->m_index]; in get_shortest_distance()
165 auto compare = [&](splay_tree_node<int> *other_node) in splay_tree_cc_tests()167 return value - other_node->value (); in splay_tree_cc_tests()
919 struct symtab_node *other_node = symtab_node::get (other); in set_decl_section_name() local920 if (other_node) in set_decl_section_name()927 decl_node->set_section (*other_node); in set_decl_section_name()
1023 uintptr_t other_node = PTN_BRANCH_SLOT(parent, other_slot); in ptree_remove_node() local1026 *removep = other_node; in ptree_remove_node()1028 ptree_set_position(other_node, target_slot); in ptree_remove_node()