Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp815 unsigned RightAnonCount = 0; in diff() local
837 ++RightAnonCount; in diff()
845 if (LeftAnonCount != 0 || RightAnonCount != 0) { in diff()
849 Twine(RightAnonCount) + " in the right module") in diff()