Searched refs:_Auto_node (Results 1 – 2 of 2) sorted by relevance
1633 struct _Auto_node in _GLIBCXX_VISIBILITY() struct1636 _Auto_node(_Rb_tree& __t, _Args&&... __args) in _GLIBCXX_VISIBILITY() argument1641 ~_Auto_node() in _GLIBCXX_VISIBILITY() argument1647 _Auto_node(_Auto_node&& __n) in _GLIBCXX_VISIBILITY() function2435 _Auto_node __z(*this, std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY()2450 _Auto_node __z(*this, std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY()2463 _Auto_node __z(*this, std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY()2478 _Auto_node __z(*this, std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY()
332 * include/bits/stl_tree.h (_Rb_tree::_Auto_node): Define new338 (_Rb_tree::_M_emplace_unique): Likewise. Use _Auto_node.