Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_list.h107 struct _List_node : public __detail::_List_node_base in _GLIBCXX_VISIBILITY() struct
110 _Tp _M_data; in _GLIBCXX_VISIBILITY()
114 _List_node(_Args&&... __args) in _GLIBCXX_VISIBILITY() argument
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstl_list.h166 struct _List_node : public __detail::_List_node_base in _GLIBCXX_VISIBILITY() struct
169 __gnu_cxx::__aligned_membuf<_Tp> _M_storage; in _GLIBCXX_VISIBILITY()
170 _Tp* _M_valptr() { return _M_storage._M_ptr(); } in _GLIBCXX_VISIBILITY()
171 _Tp const* _M_valptr() const { return _M_storage._M_ptr(); } in _GLIBCXX_VISIBILITY()