Home
last modified time | relevance | path

Searched defs:QueueSorter (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp137 struct QueueSorter { struct in __anon0b0ced060111::FunctionDifferenceEngine
138 const FunctionDifferenceEngine &fde;
139 explicit QueueSorter(const FunctionDifferenceEngine &fde) : fde(fde) {} in QueueSorter() function
141 bool operator()(const BlockPair &Old, const BlockPair &New) { in operator ()()