Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp794 unsigned LeftAnonCount = 0; in diff() local
801 ++LeftAnonCount; in diff()
825 if (LeftAnonCount != 0 || RightAnonCount != 0) { in diff()
827 logf(("not comparing " + Twine(LeftAnonCount) + in diff()