Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dhashtable.h1158 _Node** __new_array = _M_allocate_buckets(__n); in _GLIBCXX_VISIBILITY() local
1166 __p->_M_next = __new_array[__new_index]; in _GLIBCXX_VISIBILITY()
1167 __new_array[__new_index] = __p; in _GLIBCXX_VISIBILITY()
1171 _M_buckets = __new_array; in _GLIBCXX_VISIBILITY()
1179 _M_deallocate_nodes(__new_array, __n); in _GLIBCXX_VISIBILITY()
1180 _M_deallocate_buckets(__new_array, __n); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dhashtable.h1158 _Node** __new_array = _M_allocate_buckets(__n); in _GLIBCXX_VISIBILITY() local
1166 __p->_M_next = __new_array[__new_index]; in _GLIBCXX_VISIBILITY()
1167 __new_array[__new_index] = __p; in _GLIBCXX_VISIBILITY()
1171 _M_buckets = __new_array; in _GLIBCXX_VISIBILITY()
1179 _M_deallocate_nodes(__new_array, __n); in _GLIBCXX_VISIBILITY()
1180 _M_deallocate_buckets(__new_array, __n); in _GLIBCXX_VISIBILITY()