Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp689 unsigned LeftAnonCount = 0; in diff() local
696 ++LeftAnonCount; in diff()
721 if (LeftAnonCount != 0 || RightAnonCount != 0) { in diff()
723 logf(("not comparing " + Twine(LeftAnonCount) + in diff()