Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDiffConsumer.h81 bool hadDifferences() const;
H A Dllvm-diff.cpp94 return Consumer.hadDifferences(); in main()
H A DDiffConsumer.cpp137 bool DiffConsumer::hadDifferences() const { in hadDifferences() function in DiffConsumer