Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp814 unsigned LeftAnonCount = 0; in diff() local
821 ++LeftAnonCount; in diff()
845 if (LeftAnonCount != 0 || RightAnonCount != 0) { in diff()
847 logf(("not comparing " + Twine(LeftAnonCount) + in diff()