Searched defs:__difference_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 | 145 struct __difference_func struct 151 __difference_func(_Compare __comp) : _M_comp(__comp) {} in __difference_func() argument 153 _Compare _M_comp; 156 _M_invoke(_IIter __a, _IIter __b, _IIter __c, _IIter __d, in _M_invoke() 179 __count(_IIter __a, _IIter __b, in __count() 201 __first_empty(_IIter, _IIter, _OutputIterator __out) const in __first_empty() 205 __second_empty(_IIter __a, _IIter __b, _OutputIterator __out) const in __second_empty()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
H A D | set_operations.h | 145 struct __difference_func struct 151 __difference_func(_Compare __comp) : _M_comp(__comp) {} in __difference_func() argument 153 _Compare _M_comp; 156 _M_invoke(_IIter __a, _IIter __b, _IIter __c, _IIter __d, in _M_invoke() 179 __count(_IIter __a, _IIter __b, in __count() 201 __first_empty(_IIter, _IIter, _OutputIterator __out) const in __first_empty() 205 __second_empty(_IIter __a, _IIter __b, _OutputIterator __out) const in __second_empty()
|