Searched defs:__intersection_func (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/ |
H A D | set_operations.h | 213 struct __intersection_func struct 219 __intersection_func(_Compare __comp) : _M_comp(__comp) {} in __intersection_func() argument 221 _Compare _M_comp; 224 _M_invoke(_IIter __a, _IIter __b, _IIter __c, _IIter __d, in _M_invoke() 246 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const in __count() 268 __first_empty(_IIter, _IIter, _OutputIterator __out) const in __first_empty() 272 __second_empty(_IIter, _IIter, _OutputIterator __out) const in __second_empty()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
H A D | set_operations.h | 213 struct __intersection_func struct 219 __intersection_func(_Compare __comp) : _M_comp(__comp) {} in __intersection_func() argument 221 _Compare _M_comp; 224 _M_invoke(_IIter __a, _IIter __b, _IIter __c, _IIter __d, in _M_invoke() 246 __count(_IIter __a, _IIter __b, _IIter __c, _IIter __d) const in __count() 268 __first_empty(_IIter, _IIter, _OutputIterator __out) const in __first_empty() 272 __second_empty(_IIter, _IIter, _OutputIterator __out) const in __second_empty()
|