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

/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
H A Dinsert_fn_imps.hpp113 node_pointer p_new_nd = local
123 p_nd->m_p_left = p_new_nd;
126 m_p_head->m_p_left = p_new_nd;
135 p_nd->m_p_right = p_new_nd;
138 m_p_head->m_p_right = p_new_nd;
141 p_new_nd->m_p_parent = p_nd;
143 p_new_nd->m_p_left = p_new_nd->m_p_right = NULL;
147 update_to_top(p_new_nd, (node_update* )this);
152 return (iterator(p_new_nd));
183 node_pointer p_new_nd = s_node_allocator.allocate(1); local
205 node_pointer p_new_nd = s_node_allocator.allocate(1); local
[all...]
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
H A Dinsert_fn_imps.hpp60 node_pointer p_new_nd = s_node_allocator.allocate(1); local
62 cond_dealtor_t cond(p_new_nd);
65 static_cast<const void* >(&p_new_nd->m_value)))
72 return (p_new_nd);
80 node_pointer p_new_nd = s_node_allocator.allocate(1); local
83 static_cast<const void* >(&p_new_nd->m_value)))
88 return (p_new_nd);
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/pairing_heap_/
H A Dinsert_fn_imps.hpp54 node_pointer p_new_nd = base_type::get_new_node_for_insert(r_val); local
56 push_imp(p_new_nd);
60 return point_iterator(p_new_nd);
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp448 internal_node_pointer p_new_nd = r_bag.get_branch(); local
449 new (p_new_nd) internal_node(diff_ind, left_b_it);
450 p_new_nd->add_child(p_l, left_b_it, left_e_it, this);
451 p_new_nd->add_child(p_r, right_b_it, right_e_it, this);
452 p_l->m_p_parent = p_new_nd;
453 p_r->m_p_parent = p_new_nd;
454 _GLIBCXX_DEBUG_ONLY(p_new_nd->assert_valid(this);)
455 return (p_new_nd);

Completed in 113 milliseconds