Home
last modified time | relevance | path

Searched refs:__spot (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/
Dfind_selectors.h110 _RAIter1 __spot = adjacent_find(__begin1, __end1 + 1, in _M_sequential_algorithm() local
112 if (__spot == (__end1 + 1)) in _M_sequential_algorithm()
113 __spot = __end1; in _M_sequential_algorithm()
114 return std::make_pair(__spot, __begin2); in _M_sequential_algorithm()
Dalgo.h749 _RAIter __spot = __gnu_parallel:: in _GLIBCXX_VISIBILITY() local
754 if (__spot == (__end - 1)) in _GLIBCXX_VISIBILITY()
757 return __spot; in _GLIBCXX_VISIBILITY()