/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | forward_list.tcc | 55 _Node* __thing = _M_create_node(std::forward<_Args>(__args)...); in _M_insert_after() 105 __to->_M_next = this->_M_create_node(*__first); in _M_range_initialize() 119 __to->_M_next = this->_M_create_node(__value); in _M_fill_initialize() 132 __to->_M_next = this->_M_create_node(); in _M_default_initialize()
|
H A D | stl_list.h | 614 _M_create_node(const value_type& __x) in _GLIBCXX_VISIBILITY() 632 _M_create_node(_Args&&... __args) in _GLIBCXX_VISIBILITY() 1902 _Node* __tmp = _M_create_node(__x); in _GLIBCXX_VISIBILITY() 1911 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY()
|
H A D | stl_tree.h | 495 return _M_t._M_create_node(_GLIBCXX_FORWARD(_Arg, __arg)); in _GLIBCXX_VISIBILITY() 552 { return _M_t._M_create_node(_GLIBCXX_FORWARD(_Arg, __arg)); } in _GLIBCXX_VISIBILITY() 604 _M_create_node(const value_type& __x) in _GLIBCXX_VISIBILITY() 632 _M_create_node(_Args&&... __args) in _GLIBCXX_VISIBILITY() 1846 _Link_type __z = _M_create_node(_GLIBCXX_FORWARD(_Arg, __v)); in _GLIBCXX_VISIBILITY() 2419 _Link_type __z = _M_create_node(std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY() 2445 _Link_type __z = _M_create_node(std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY() 2466 _Link_type __z = _M_create_node(std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY() 2492 _Link_type __z = _M_create_node(std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY()
|
H A D | list.tcc | 92 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); in emplace() 108 _Node* __tmp = _M_create_node(__x); in insert()
|
H A D | forward_list.h | 358 _M_create_node(_Args&&... __args) in _GLIBCXX_VISIBILITY() function
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | forward_list.tcc | 55 _Node* __thing = _M_create_node(std::forward<_Args>(__args)...); in _M_insert_after() 105 __to->_M_next = this->_M_create_node(*__first); in _M_range_initialize() 119 __to->_M_next = this->_M_create_node(__value); in _M_fill_initialize() 132 __to->_M_next = this->_M_create_node(); in _M_default_initialize()
|
H A D | list.tcc | 92 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); in emplace() 108 _Node* __tmp = _M_create_node(__x); in insert()
|
H A D | stl_list.h | 690 _M_create_node(const value_type& __x) in _GLIBCXX_VISIBILITY() 708 _M_create_node(_Args&&... __args) in _GLIBCXX_VISIBILITY() 1996 _Node* __tmp = _M_create_node(__x); in _GLIBCXX_VISIBILITY() 2005 _Node* __tmp = _M_create_node(std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY()
|
H A D | stl_tree.h | 478 return _M_t._M_create_node(_GLIBCXX_FORWARD(_Arg, __arg)); in _GLIBCXX_VISIBILITY() 531 { return _M_t._M_create_node(_GLIBCXX_FORWARD(_Arg, __arg)); } in _GLIBCXX_VISIBILITY() 583 _M_create_node(const value_type& __x) in _GLIBCXX_VISIBILITY() 611 _M_create_node(_Args&&... __args) in _GLIBCXX_VISIBILITY() 1638 _M_node(__t._M_create_node(std::forward<_Args>(__args)...)) in _GLIBCXX_VISIBILITY() 1857 _Link_type __z = _M_create_node(_GLIBCXX_FORWARD(_Arg, __v)); in _GLIBCXX_VISIBILITY()
|
H A D | forward_list.h | 366 _M_create_node(_Args&&... __args) in _GLIBCXX_VISIBILITY() function
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
H A D | slist | 319 _M_create_node(const value_type& __x) 338 _M_create_node() 480 { __slist_make_link(&this->_M_head, _M_create_node(__x)); } 484 { __slist_make_link(&this->_M_head, _M_create_node()); } 509 { return (_Node*) (__slist_make_link(__pos, _M_create_node(__x))); } 513 { return (_Node*) (__slist_make_link(__pos, _M_create_node())); } 520 __pos = __slist_make_link(__pos, _M_create_node(__x)); 547 __pos = __slist_make_link(__pos, _M_create_node(*__first));
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
H A D | slist | 319 _M_create_node(const value_type& __x) 338 _M_create_node() 480 { __slist_make_link(&this->_M_head, _M_create_node(__x)); } 484 { __slist_make_link(&this->_M_head, _M_create_node()); } 509 { return (_Node*) (__slist_make_link(__pos, _M_create_node(__x))); } 513 { return (_Node*) (__slist_make_link(__pos, _M_create_node())); } 520 __pos = __slist_make_link(__pos, _M_create_node(__x)); 547 __pos = __slist_make_link(__pos, _M_create_node(*__first));
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2008 | 392 (_Fwd_list_base<>::_M_get_node, _M_create_node, _M_create_node, 723 (_Rb_tree<>::_M_create_node<>(_Args&&...)): Add in C++0x mode, 848 (list<>::_M_create_node<>(_Args&&...)): Use _M_get_Node_allocator.
|
H A D | ChangeLog-2013 | 507 * include/bits/forward_list.h (_Fwd_list_base::_M_create_node): Do 4001 * include/bits/stl_tree.h (_Rb_tree::_M_create_node): Use
|
H A D | ChangeLog-2004 | 2494 * include/bits/stl_list.h (_M_create_node): Remove unused 2496 * include/ext/slist (_M_create_node): Pass two arguments to
|
H A D | ChangeLog-2010 | 5190 (_Fwd_list_base<>::_M_get_node, _M_create_node, _M_create_node,
|
H A D | ChangeLog-2012 | 641 (_Fwd_list_base::_M_create_node): Only use allocator to construct the
|
H A D | ChangeLog-2015 | 2840 (list::_M_create_node, list::_M_erase, list::max_size): Use allocator
|
H A D | ChangeLog-2001 | 2649 (slist::_M_create_node): Replace construct by _Construct.
|
H A D | ChangeLog-2018 | 4378 (_Fwd_list_base::_M_create_node, _Fwd_list_base::_M_erase_after):
|
H A D | ChangeLog-2007 | 943 * include/bits/stl_list.h (list<>::_M_create_node<>(_Args&&...),
|