Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DCommandLine.cpp2120 static int SubNameCompare(const std::pair<const char *, SubCommand *> *LHS, in SubNameCompare() function
2161 array_pod_sort(Subs.begin(), Subs.end(), SubNameCompare); in sortSubCommands()