Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp36 template <class T, class Sorter, unsigned InlineCapacity>
38 Sorter Precedes;
42 PriorityQueue(const Sorter &Precedes) : Precedes(Precedes) {} in PriorityQueue()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp2148 auto Sorter = [](const EnumConstantDecl *LHS, const EnumConstantDecl *RHS) { in IsStructurallyEquivalent() local
2151 llvm::sort(D1Enums, Sorter); in IsStructurallyEquivalent()
2152 llvm::sort(D2Enums, Sorter); in IsStructurallyEquivalent()