Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDiffConsumer.h81 bool hadDifferences() const;
H A Dllvm-diff.cpp90 return Consumer.hadDifferences(); in main()
H A DDiffConsumer.cpp138 bool DiffConsumer::hadDifferences() const { in hadDifferences() function in DiffConsumer