Home
last modified time | relevance | path

Searched refs:__parallel_unique_copy (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
H A Dunique_copy.h50 __parallel_unique_copy(_IIter __first, _IIter __last, in __parallel_unique_copy() function
186 __parallel_unique_copy(_IIter __first, _IIter __last, in __parallel_unique_copy() function
191 return __parallel_unique_copy(__first, __last, __result, in __parallel_unique_copy()
H A Dalgo.h324 return __gnu_parallel::__parallel_unique_copy( in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/parallel/
H A Dunique_copy.h50 __parallel_unique_copy(_IIter __first, _IIter __last, in __parallel_unique_copy() function
186 __parallel_unique_copy(_IIter __first, _IIter __last, in __parallel_unique_copy() function
191 return __parallel_unique_copy(__first, __last, __result, in __parallel_unique_copy()
H A Dalgo.h324 return __gnu_parallel::__parallel_unique_copy( in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2009918 * include/parallel/unique_copy.h (__parallel_unique_copy): Likewise.