Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dforward_list.h532 { _M_default_initialize(__n); } in _GLIBCXX_VISIBILITY()
1341 _M_default_initialize(size_type __n); in _GLIBCXX_VISIBILITY()
H A Dforward_list.tcc127 _M_default_initialize(size_type __n) in _M_default_initialize() function in std::forward_list
H A Dstl_vector.h555 { _M_default_initialize(__n); } in _GLIBCXX_VISIBILITY()
1712 _M_default_initialize(size_type __n) in _GLIBCXX_VISIBILITY()
H A Dstl_list.h774 { _M_default_initialize(__n); } in _GLIBCXX_VISIBILITY()
1952 _M_default_initialize(size_type __n) in _GLIBCXX_VISIBILITY()
H A Dstl_deque.h880 { _M_default_initialize(); } in _GLIBCXX_VISIBILITY()
1923 _M_default_initialize(); in _GLIBCXX_VISIBILITY()
H A Ddeque.tcc70 _M_default_initialize() in _M_default_initialize() function in std::deque
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dforward_list.h520 { _M_default_initialize(__n); } in _GLIBCXX_VISIBILITY()
1316 _M_default_initialize(size_type __n); in _GLIBCXX_VISIBILITY()
H A Dforward_list.tcc127 _M_default_initialize(size_type __n) in _M_default_initialize() function in std::forward_list
H A Dstl_list.h698 { _M_default_initialize(__n); } in _GLIBCXX_VISIBILITY()
1858 _M_default_initialize(size_type __n) in _GLIBCXX_VISIBILITY()
H A Dstl_vector.h512 { _M_default_initialize(__n); } in _GLIBCXX_VISIBILITY()
1603 _M_default_initialize(size_type __n) in _GLIBCXX_VISIBILITY()
H A Dstl_deque.h856 { _M_default_initialize(); } in _GLIBCXX_VISIBILITY()
1878 _M_default_initialize(); in _GLIBCXX_VISIBILITY()
H A Ddeque.tcc70 _M_default_initialize() in _M_default_initialize() function in std::deque
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20103439 * include/bits/stl_list.h (vector<>::_M_default_initialize,
3444 * include/bits/stl_vector.h (vector<>::_M_default_initialize,
3449 * include/bits/stl_deque.h (deque<>::_M_default_initialize,
3460 * include/bits/forward_list.h (_M_default_initialize,
H A DChangeLog-20144918 vector::_M_default_initialize): Use returned iterator.