Searched defs:_Fwd_list_impl (Results 1 – 2 of 2) sorted by relevance
301 struct _Fwd_list_impl in _GLIBCXX_VISIBILITY() struct304 _Fwd_list_node_base _M_head; in _GLIBCXX_VISIBILITY()307 noexcept(is_nothrow_default_constructible<_Node_alloc_type>::value) in _GLIBCXX_VISIBILITY()313 _Fwd_list_impl(_Fwd_list_impl&& __fl, _Node_alloc_type&& __a) in _GLIBCXX_VISIBILITY() argument317 _Fwd_list_impl(_Node_alloc_type&& __a) in _GLIBCXX_VISIBILITY() argument
293 struct _Fwd_list_impl in _GLIBCXX_VISIBILITY() struct296 _Fwd_list_node_base _M_head; in _GLIBCXX_VISIBILITY()299 noexcept(is_nothrow_default_constructible<_Node_alloc_type>::value) in _GLIBCXX_VISIBILITY()305 _Fwd_list_impl(_Fwd_list_impl&& __fl, _Node_alloc_type&& __a) in _GLIBCXX_VISIBILITY() argument309 _Fwd_list_impl(_Node_alloc_type&& __a) in _GLIBCXX_VISIBILITY() function