Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp690 unsigned LeftAnonCount = 0; in diff() local
697 ++LeftAnonCount; in diff()
722 if (LeftAnonCount != 0 || RightAnonCount != 0) { in diff()
724 logf(("not comparing " + Twine(LeftAnonCount) + in diff()