Searched defs:_List_iterator (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dstl_list.h125 struct _List_iterator struct
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr57140.C54 template<typename _Tp> struct _List_iterator { struct in namespace:std
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dstl_list.h50 struct _List_iterator { struct
65 _List_iterator(_Node* __x) : _M_node(__x) {} function in struct:_List_iterator
66 _List_iterator() {} function in struct:_List_iterator
67 _List_iterator(const iterator& __x) : _M_node(__x._M_node) {} function in struct:_List_iterator
101 iterator_category(const _List_iterator<_Tp, _Ref, _Ptr>&) argument
108 value_type(const _List_iterator<_Tp, _Ref, _Ptr>&) argument
115 distance_type(const _List_iterator<_T argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tm/
H A D20100727.C538 template < typename _Tp > struct _List_iterator struct in namespace:std
547 _List_iterator ():_M_node () function in struct:std::_List_iterator
549 } explicit _List_iterator (_List_node_base * __x):_M_node (__x) function in struct:std::_List_iterator
H A Dpr46567.C1843 struct _List_iterator struct in namespace:std
1852 _List_iterator() function in struct:std::_List_iterator
1855 _List_iterator(_List_node_base* __x) function in struct:std::_List_iterator
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr44919.C18 template<typename _Tp> struct _List_iterator { typedef _List_iterator<_Tp> _Self; typedef _Tp& reference; explicit _List_iterator(_List_node_base* __x) : _M_node(__x) { } reference operator*() const { } _Self& operator++() { } bool operator!=(const _Self& __x) const { return _M_node != __x._M_node; } _List_node_base* _M_node; }; function in struct:std::_List_iterator

Completed in 280 milliseconds