Searched refs:array_pod_sort_comparator (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DSTLExtras.h238 /// array_pod_sort_comparator - This is helper function for array_pod_sort,
241 inline int array_pod_sort_comparator(const void *P1, const void *P2) { function in namespace:llvm
254 return array_pod_sort_comparator<T>;

Completed in 162 milliseconds