Searched refs:rightmost_descendant (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dfind_fn_imps.hpp255 rightmost_descendant(node_const_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
259 return static_cast<inode_const_pointer>(p_nd)->rightmost_descendant();
265 rightmost_descendant(node_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
269 return static_cast<inode_pointer>(p_nd)->rightmost_descendant();
H A Dpat_trie_base.hpp440 rightmost_descendant();
443 rightmost_descendant() const;
648 m_p_nd = rightmost_descendant(get_smaller_sibling(m_p_nd));
697 rightmost_descendant(node_pointer p_nd) function in class:__gnu_pbds::detail::pat_trie_base::_CIter
701 return static_cast<inode_pointer>(p_nd)->rightmost_descendant();
1114 return rightmost_descendant();
1137 return rightmost_descendant();
1289 rightmost_descendant() function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
1300 return static_cast<inode_pointer>(p_pot)->rightmost_descendant();
1306 rightmost_descendant() cons function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
[all...]
H A Dconstructors_destructor_fn_imps.hpp106 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent);
H A Dpat_trie_.hpp520 rightmost_descendant(node_const_pointer);
523 rightmost_descendant(node_pointer);
H A Dsplit_fn_imps.hpp70 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent);
H A Dinsert_join_fn_imps.hpp66 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dfind_fn_imps.hpp255 rightmost_descendant(node_const_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
259 return static_cast<inode_const_pointer>(p_nd)->rightmost_descendant();
265 rightmost_descendant(node_pointer p_nd) function in class:PB_DS_CLASS_C_DEC
269 return static_cast<inode_pointer>(p_nd)->rightmost_descendant();
H A Dpat_trie_base.hpp440 rightmost_descendant();
443 rightmost_descendant() const;
648 m_p_nd = rightmost_descendant(get_smaller_sibling(m_p_nd));
697 rightmost_descendant(node_pointer p_nd) function in class:__gnu_pbds::detail::pat_trie_base::_CIter
701 return static_cast<inode_pointer>(p_nd)->rightmost_descendant();
1114 return rightmost_descendant();
1137 return rightmost_descendant();
1289 rightmost_descendant() function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
1300 return static_cast<inode_pointer>(p_pot)->rightmost_descendant();
1306 rightmost_descendant() cons function in class:__gnu_pbds::detail::PB_DS_CLASS_C_DEC
[all...]
H A Dconstructors_destructor_fn_imps.hpp106 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent);
H A Dpat_trie_.hpp520 rightmost_descendant(node_const_pointer);
523 rightmost_descendant(node_pointer);
H A Dsplit_fn_imps.hpp70 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent);
H A Dinsert_join_fn_imps.hpp66 m_p_head->m_p_max = rightmost_descendant(m_p_head->m_p_parent);

Completed in 308 milliseconds