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

/external/llvm/include/llvm/ADT/
H A DSTLExtras.h238 /// array_pod_sort_comparator - This is helper function for array_pod_sort,
258 /// array_pod_sort - This sorts an array with the specified start and end
273 inline void array_pod_sort(IteratorTy Start, IteratorTy End) { function in namespace:llvm
281 inline void array_pod_sort(IteratorTy Start, IteratorTy End, function in namespace:llvm

Completed in 122 milliseconds