Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_tree.h1633 struct _Auto_node in _GLIBCXX_VISIBILITY() struct
1636 _Auto_node(_Rb_tree& __t, _Args&&... __args) in _GLIBCXX_VISIBILITY() argument
1641 ~_Auto_node() in _GLIBCXX_VISIBILITY() argument
1647 _Auto_node(_Auto_node&& __n) in _GLIBCXX_VISIBILITY() function
2435 _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()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2021332 * include/bits/stl_tree.h (_Rb_tree::_Auto_node): Define new
338 (_Rb_tree::_M_emplace_unique): Likewise. Use _Auto_node.