Searched defs:all_of (Results 1 – 4 of 4) sorted by relevance
/llvm-project/libcxx/include/__algorithm/ |
H A D | all_of.h | 23 all_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) { all_of() function
|
H A D | pstl.h | 56 all_of(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Pred __pred) { in all_of() function
|
/llvm-project/libc/src/__support/CPP/ |
H A D | algorithm.h | 39 LIBC_INLINE constexpr bool all_of(InputIt first, InputIt last, UnaryPred p) { all_of() function
|
/llvm-project/pstl/include/pstl/internal/ |
H A D | glue_algorithm_impl.h | 45 all_of(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Pred __pred) in all_of() function
|