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

/external/mesa3d/src/gallium/state_trackers/clover/util/
H A Dalgorithm.hpp188 any_of(F &&f, Rs &&... rs) { function in namespace:clover
/external/llvm/include/llvm/ADT/
H A DSTLExtras.h378 /// Provide wrappers to std::any_of which take ranges instead of having to pass
381 bool any_of(R &&Range, UnaryPredicate &&P) { function in namespace:llvm
382 return std::any_of(Range.begin(), Range.end(),
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h594 /// Provide wrappers to std::any_of which take ranges instead of having to pass
597 bool any_of(R &&Range, UnaryPredicate P) { function in namespace:llvm
598 return std::any_of(std::begin(Range), std::end(Range), P);

Completed in 144 milliseconds