Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDiffConsumer.h82 bool hadDifferences() const;
H A DDiffConsumer.cpp143 bool DiffConsumer::hadDifferences() const { in hadDifferences() function in DiffConsumer
/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp95 return Consumer.hadDifferences(); in main()