Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/Analyses/
DPostOrderCFGView.h102 BlockOrderCompare getComparator() const { in getComparator() function
/external/clang/lib/Analysis/
DLiveVariables.cpp70 std::sort(worklist.begin(), worklist.end(), POV->getComparator()); in sortWorklist()