Home
last modified time | relevance | path

Searched defs:_Rb_tree_key_compare (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dstl_tree.h142 struct _Rb_tree_key_compare in _GLIBCXX_VISIBILITY() struct
144 _Key_compare _M_key_compare; in _GLIBCXX_VISIBILITY()
147 _GLIBCXX_NOEXCEPT_IF( in _GLIBCXX_VISIBILITY()
152 _Rb_tree_key_compare(const _Key_compare& __comp) in _GLIBCXX_VISIBILITY() argument
161 noexcept(is_nothrow_copy_constructible<_Key_compare>::value) in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dstl_tree.h142 struct _Rb_tree_key_compare in _GLIBCXX_VISIBILITY() struct
144 _Key_compare _M_key_compare; in _GLIBCXX_VISIBILITY()
147 _GLIBCXX_NOEXCEPT_IF( in _GLIBCXX_VISIBILITY()
152 _Rb_tree_key_compare(const _Key_compare& __comp) in _GLIBCXX_VISIBILITY() function
161 noexcept(is_nothrow_copy_constructible<_Key_compare>::value) in _GLIBCXX_VISIBILITY()