Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp2263 static int OptNameCompare(const std::pair<const char *, Option *> *LHS, in OptNameCompare() function
2298 array_pod_sort(Opts.begin(), Opts.end(), OptNameCompare); in sortOpts()