Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/
H A Dinsert_fn_imps.hpp113 node_pointer p_new_nd = in insert_leaf_new() local
123 p_nd->m_p_left = p_new_nd; in insert_leaf_new()
126 m_p_head->m_p_left = p_new_nd; in insert_leaf_new()
138 m_p_head->m_p_right = p_new_nd; in insert_leaf_new()
141 p_new_nd->m_p_parent = p_nd; in insert_leaf_new()
143 p_new_nd->m_p_left = p_new_nd->m_p_right = NULL; in insert_leaf_new()
152 return (iterator(p_new_nd)); in insert_leaf_new()
193 p_new_nd->m_p_left = p_new_nd->m_p_right = NULL; in get_new_node_for_leaf_insert()
197 return (p_new_nd); in get_new_node_for_leaf_insert()
211 p_new_nd->m_p_left = p_new_nd->m_p_right = NULL; in get_new_node_for_leaf_insert()
[all …]
/openbsd/gnu/gcc/libstdc++-v3/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); in get_new_node_for_insert() local
62 cond_dealtor_t cond(p_new_nd); in get_new_node_for_insert()
65 static_cast<const void* >(&p_new_nd->m_value))) in get_new_node_for_insert()
72 return (p_new_nd); in get_new_node_for_insert()
80 node_pointer p_new_nd = s_node_allocator.allocate(1); in get_new_node_for_insert() local
83 static_cast<const void* >(&p_new_nd->m_value))) in get_new_node_for_insert()
88 return (p_new_nd); in get_new_node_for_insert()
/openbsd/gnu/gcc/libstdc++-v3/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); in push()
56 push_imp(p_new_nd); in push()
60 return point_iterator(p_new_nd); in push()
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dinsert_join_fn_imps.hpp448 internal_node_pointer p_new_nd = r_bag.get_branch(); in insert_branch() local
449 new (p_new_nd) internal_node(diff_ind, left_b_it); in insert_branch()
450 p_new_nd->add_child(p_l, left_b_it, left_e_it, this); in insert_branch()
451 p_new_nd->add_child(p_r, right_b_it, right_e_it, this); in insert_branch()
452 p_l->m_p_parent = p_new_nd; in insert_branch()
453 p_r->m_p_parent = p_new_nd; in insert_branch()
454 _GLIBCXX_DEBUG_ONLY(p_new_nd->assert_valid(this);) in insert_branch()
455 return (p_new_nd); in insert_branch()