Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfReader.cpp715 struct Comparer { in readFuncProfiles() struct
717 bool operator()(const StringRef &L, const StringRef &R) const { in readFuncProfiles()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTStructuralEquivalence.cpp390 StmtComparer Comparer(Context); in IsStructurallyEquivalent() local