Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_tree.h443 struct _Reuse_or_alloc_node in _GLIBCXX_VISIBILITY() struct
445 _Reuse_or_alloc_node(_Rb_tree& __t) in _GLIBCXX_VISIBILITY() argument
460 _Reuse_or_alloc_node(const _Reuse_or_alloc_node&) = delete; in _GLIBCXX_VISIBILITY()
463 ~_Reuse_or_alloc_node() in _GLIBCXX_VISIBILITY() argument
1727 _Reuse_or_alloc_node __roan(*this); in _GLIBCXX_VISIBILITY()
1756 _Reuse_or_alloc_node __roan(*this); in _GLIBCXX_VISIBILITY()
1769 _Reuse_or_alloc_node __roan(*this); in _GLIBCXX_VISIBILITY()
1801 _Reuse_or_alloc_node __roan(*this); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_tree.h456 struct _Reuse_or_alloc_node in _GLIBCXX_VISIBILITY()
458 _Reuse_or_alloc_node(_Rb_tree& __t) in _GLIBCXX_VISIBILITY()
473 _Reuse_or_alloc_node(const _Reuse_or_alloc_node&) = delete; in _GLIBCXX_VISIBILITY()
476 ~_Reuse_or_alloc_node() in _GLIBCXX_VISIBILITY()
1710 _Reuse_or_alloc_node __roan(*this); in _GLIBCXX_VISIBILITY()
1745 _Reuse_or_alloc_node __roan(*this); in _GLIBCXX_VISIBILITY()
1758 _Reuse_or_alloc_node __roan(*this); in _GLIBCXX_VISIBILITY()
1790 _Reuse_or_alloc_node __roan(*this); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20141124 * include/bits/stl_tree.h (_Reuse_or_alloc_node): Simplify constructor.