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

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

Completed in 102 milliseconds