Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/include/llvm/ADT/
H A DSTLExtras.h306 inline int array_pod_sort_comparator(const void *P1, const void *P2) {
321 return array_pod_sort_comparator<T>;
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSTLExtras.h392 inline int array_pod_sort_comparator(const void *P1, const void *P2) {
407 return array_pod_sort_comparator<T>;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSTLExtras.h1033 inline int array_pod_sort_comparator(const void *P1, const void *P2) {
1048 return array_pod_sort_comparator<T>;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DSTLExtras.h1557 inline int array_pod_sort_comparator(const void *P1, const void *P2) {
1572 return array_pod_sort_comparator<T>;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DSTLExtras.h1566 inline int array_pod_sort_comparator(const void *P1, const void *P2) {
1581 return array_pod_sort_comparator<T>;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DSTLExtras.h1561 inline int array_pod_sort_comparator(const void *P1, const void *P2) {
1576 return array_pod_sort_comparator<T>;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DSTLExtras.h1593 inline int array_pod_sort_comparator(const void *P1, const void *P2) {
1608 return array_pod_sort_comparator<T>;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DSTLExtras.h1566 inline int array_pod_sort_comparator(const void *P1, const void *P2) {
1581 return array_pod_sort_comparator<T>;
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3493 static int array_pod_sort_comparator(const PrivateDataTy *P1, in array_pod_sort_comparator() function
3720 array_pod_sort_comparator); in emitTaskInit()