Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp2193 static int SubNameCompare(const std::pair<const char *, SubCommand *> *LHS, in SubNameCompare() function
2234 array_pod_sort(Subs.begin(), Subs.end(), SubNameCompare); in sortSubCommands()