Home
last modified time | relevance | path

Searched defs:find_if (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libcxx/include/__algorithm/
H A Dfind_if.h23 find_if(_InputIterator __first, _InputIterator __last, _Predicate __pred) { in find_if() function
H A Dpstl.h263 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 Dinefficient-algorithm.cpp53 FwIt find_if(FwIt, FwIt end, Pred) { return end; } in find_if() function
/llvm-project/pstl/include/pstl/internal/
H A Dglue_algorithm_impl.h84 find_if(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Predicate __… in find_if() function