Searched defs:any_of (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dany_of.h23 any_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) { function
H A Dranges_any_of.h64 inline constexpr auto any_of = __any_of::__fn{}; member in namespace:ranges::__cpo
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericLoopInfoImpl.h331 assert(llvm::any_of(children<BlockT *>(BB), function
335 assert(llvm::any_of(inverse_children<BlockT *>(BB), function

Completed in 75 milliseconds