Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-diff/
H A DDiffConsumer.h82 bool hadDifferences() const;
H A Dllvm-diff.cpp91 return Consumer.hadDifferences(); in main()
H A DDiffConsumer.cpp139 bool DiffConsumer::hadDifferences() const { in hadDifferences() function in DiffConsumer