Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp969 unsigned LeftAnonCount = 0; in diff() local
976 ++LeftAnonCount; in diff()
1000 if (LeftAnonCount != 0 || RightAnonCount != 0) { in diff()
1002 logf(("not comparing " + Twine(LeftAnonCount) + in diff()