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

/external/llvm/include/llvm/ADT/
H A DSTLExtras.h299 /// Adapt std::less<T> for array_pod_sort.
320 /// array_pod_sort - This sorts an array with the specified start and end
335 inline void array_pod_sort(IteratorTy Start, IteratorTy End) { function in namespace:llvm
343 inline void array_pod_sort( function in namespace:llvm

Completed in 251 milliseconds