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

/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
/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/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h507 /// Adapt std::less<T> for array_pod_sort.
528 /// array_pod_sort - This sorts an array with the specified start and end
543 inline void array_pod_sort(IteratorTy Start, IteratorTy End) { function in namespace:llvm
552 inline void array_pod_sort( function in namespace:llvm

Completed in 301 milliseconds