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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Derase_fn_imps.hpp70 node_pointer p_cur_root = p_nd == base_type::m_p_root? local
73 if (p_cur_root != 0)
74 p_cur_root->m_p_prev_or_parent = 0;
91 base_type::m_p_root = join(p_cur_root, p_child);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binomial_heap_base_/
H A Derase_fn_imps.hpp70 node_pointer p_cur_root = p_nd == base_type::m_p_root? local
73 if (p_cur_root != 0)
74 p_cur_root->m_p_prev_or_parent = 0;
91 base_type::m_p_root = join(p_cur_root, p_child);

Completed in 86 milliseconds