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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp690 unsigned LeftAnonCount = 0; local
697 ++LeftAnonCount;
722 if (LeftAnonCount != 0 || RightAnonCount != 0) {
724 logf(("not comparing " + Twine(LeftAnonCount) +

Completed in 68 milliseconds