Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h105 BlockOrderCompare getComparator() const { in getComparator() function
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.cpp311 getComparator(SortSectionPolicy K) { in getComparator() function
349 std::stable_sort(Vec.begin(), Vec.end(), getComparator(K)); in sortSections()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp41 worklist(POV->getComparator()) {} in DataflowWorklist()