Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dlist.tcc176 _M_resize_pos(size_type& __new_size) const in _M_resize_pos() function in std::list
233 const_iterator __i = _M_resize_pos(__new_size); in resize()
245 const_iterator __i = _M_resize_pos(__new_size); in resize()
257 const_iterator __i = _M_resize_pos(__new_size); in resize()
Dstl_list.h2038 _M_resize_pos(size_type& __new_size) const; in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20153298 * include/bits/stl_list.h (_M_resize_pos(size_type&)): Declare.
3301 * include/bits/list.tcc (list::_M_resize_pos(size_type&)): Define.
3302 (list::resize): Use _M_resize_pos.