Searched defs:find_if (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libcxx/include/__algorithm/ |
H A D | find_if.h | 23 find_if(_InputIterator __first, _InputIterator __last, _Predicate __pred) { in find_if() function
|
H A D | pstl.h | 263 find_if(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Predicate __pred) { in find_if() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/ |
H A D | inefficient-algorithm.cpp | 53 FwIt find_if(FwIt, FwIt end, Pred) { return end; } in find_if() function
|
/llvm-project/pstl/include/pstl/internal/ |
H A D | glue_algorithm_impl.h | 84 find_if(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Predicate __… in find_if() function
|