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

/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dalgorithmfwd.h91 __count_switch(_IIter, _IIter, const _Tp&, _IterTag);
95 __count_switch(_RAIter, _RAIter, const _Tp&, random_access_iterator_tag,
H A Dalgo.h896 __count_switch(_RAIter __begin, _RAIter __end, function in namespace:__parallel
928 __count_switch(_IIter __begin, _IIter __end, const _Tp& __value, function in namespace:__parallel
941 return __count_switch(__begin, __end, __value, _IteratorCategory(),
951 return __count_switch(__begin, __end, __value, _IteratorCategory());

Completed in 43 milliseconds