Home
last modified time | relevance | path

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

/src/contrib/llvm-project/libcxx/include/__pstl/cpu_algos/
H A Dfind_if.h39 __parallel_find(_Index __first, _Index __last, _Brick __f, _Compare __comp, bool __b_first) { in __parallel_find() function
108 return __pstl::__parallel_find<_Backend>( in operator()