Searched refs:SubNameCompare (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 1675 static int SubNameCompare(const std::pair<const char *, SubCommand *> *LHS, in SubNameCompare() function 1716 array_pod_sort(Subs.begin(), Subs.end(), SubNameCompare); in sortSubCommands()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 1705 static int SubNameCompare(const std::pair<const char *, SubCommand *> *LHS, in SubNameCompare() function 1746 array_pod_sort(Subs.begin(), Subs.end(), SubNameCompare); in sortSubCommands()
|
/external/llvm-project/llvm/lib/Support/ |
D | CommandLine.cpp | 2097 static int SubNameCompare(const std::pair<const char *, SubCommand *> *LHS, in SubNameCompare() function 2138 array_pod_sort(Subs.begin(), Subs.end(), SubNameCompare); in sortSubCommands()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CommandLine.cpp | 2079 static int SubNameCompare(const std::pair<const char *, SubCommand *> *LHS, in SubNameCompare() function 2120 array_pod_sort(Subs.begin(), Subs.end(), SubNameCompare); in sortSubCommands()
|