Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp2111 static int OptNameCompare(const std::pair<const char *, Option *> *LHS, in OptNameCompare() function
2146 array_pod_sort(Opts.begin(), Opts.end(), OptNameCompare); in sortOpts()