Searched refs:IListIterBase (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp2746.C11 friend class IListIterBase;
36 friend class IListIterBase;
100 class IListIterBase { class
102 IListIterBase(const IListBase &);
111 IListIterBase::IListIterBase(const IListBase &list) : p_(list.head_) function in class:IListIterBase
116 int IListIterBase::done()
122 Link *IListIterBase::cur()
128 void IListIterBase::next()
135 class IListIter : private IListIterBase {
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp2746.C11 friend class IListIterBase;
36 friend class IListIterBase;
100 class IListIterBase { class
102 IListIterBase(const IListBase &);
111 IListIterBase::IListIterBase(const IListBase &list) : p_(list.head_) function in class:IListIterBase
116 int IListIterBase::done()
122 Link *IListIterBase::cur()
128 void IListIterBase::next()
135 class IListIter : private IListIterBase {
[all...]

Completed in 66 milliseconds