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

/external/llvm/include/llvm/ADT/
H A DSTLExtras.h21 #include <algorithm> // for std::all_of
366 /// Provide wrappers to std::all_of which take ranges instead of having to pass
369 bool all_of(R &&Range, UnaryPredicate &&P) { function in namespace:llvm
370 return std::all_of(Range.begin(), Range.end(),

Completed in 80 milliseconds