Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__algorithm/
H A Dall_of.h23 all_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) { all_of() function
H A Dpstl.h56 all_of(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Pred __pred) { in all_of() function
/llvm-project/libc/src/__support/CPP/
H A Dalgorithm.h39 LIBC_INLINE constexpr bool all_of(InputIt first, InputIt last, UnaryPred p) { all_of() function
/llvm-project/pstl/include/pstl/internal/
H A Dglue_algorithm_impl.h45 all_of(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Pred __pred) in all_of() function