Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__algorithm/
H A Dnone_of.h23 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) { in none_of() function
H A Dpstl.h69 none_of(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Pred __pred) { in none_of() function
/llvm-project/clang/test/SemaCXX/
H A Dcxx2b-consteval-propagate.cpp376 constexpr auto none_of(R&& r, Pred pred) -> bool { return true; } in none_of() function
/llvm-project/pstl/include/pstl/internal/
H A Dglue_algorithm_impl.h54 none_of(_ExecutionPolicy&& __exec, _ForwardIterator __first, _ForwardIterator __last, _Predicate __… in none_of() function