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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DSTLExtras.h228 /// array_pod_sort_comparator - This is helper function for array_pod_sort,
248 /// array_pod_sort - This sorts an array with the specified start and end
263 static inline void array_pod_sort(IteratorTy Start, IteratorTy End) { function in namespace:llvm
271 static inline void array_pod_sort(IteratorTy Start, IteratorTy End, function in namespace:llvm
/external/llvm/include/llvm/ADT/
H A DSTLExtras.h290 /// Adapt std::less<T> for array_pod_sort.
311 /// array_pod_sort - This sorts an array with the specified start and end
326 inline void array_pod_sort(IteratorTy Start, IteratorTy End) { function in namespace:llvm
335 inline void array_pod_sort( function in namespace:llvm

Completed in 106 milliseconds