Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSTLExtras.h231 static inline int array_pod_sort_comparator(const void *P1, const void *P2) { in array_pod_sort_comparator() function
244 return array_pod_sort_comparator<T>; in get_array_pad_sort_comparator()
/external/llvm/include/llvm/ADT/
DSTLExtras.h292 inline int array_pod_sort_comparator(const void *P1, const void *P2) {
307 return array_pod_sort_comparator<T>;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h509 inline int array_pod_sort_comparator(const void *P1, const void *P2) {
524 return array_pod_sort_comparator<T>;
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3493 static int array_pod_sort_comparator(const PrivateDataTy *P1, in array_pod_sort_comparator() function
3720 array_pod_sort_comparator); in emitTaskInit()