Home
last modified time | relevance | path

Searched refs:_IteratorTriple (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
Diterator.h120 class _IteratorTriple
127 typedef _IteratorTriple* pointer;
128 typedef _IteratorTriple& reference;
134 _IteratorTriple() { } in _IteratorTriple() function
136 _IteratorTriple(const _Iterator1& __first, const _Iterator2& __second, in _IteratorTriple() function
145 _IteratorTriple&
155 const _IteratorTriple
157 { return _IteratorTriple(_M_first++, _M_second++, _M_third++); }
160 _IteratorTriple&
170 const _IteratorTriple
[all …]
Dalgo.h1242 typedef __gnu_parallel::_IteratorTriple<_RAIter1, in _GLIBCXX_VISIBILITY()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20091844 * include/parallel/iterator.h (_IteratorTriple): Likewise.
1872 * include/parallel/iterator.h (_IteratorPair, _IteratorTriple):