Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dhashtable.h1362 __node_ptr __ht_n = __ht._M_begin(); in _GLIBCXX_VISIBILITY() local
1364 = __node_gen(__fwd_value_for<_Ht>(__ht_n->_M_v())); in _GLIBCXX_VISIBILITY()
1365 this->_M_copy_code(*__this_n, *__ht_n); in _GLIBCXX_VISIBILITY()
1370 for (__ht_n = __ht_n->_M_next(); __ht_n; __ht_n = __ht_n->_M_next()) in _GLIBCXX_VISIBILITY()
1372 __this_n = __node_gen(__fwd_value_for<_Ht>(__ht_n->_M_v())); in _GLIBCXX_VISIBILITY()
1374 this->_M_copy_code(*__this_n, *__ht_n); in _GLIBCXX_VISIBILITY()