Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp970 unsigned RightAnonCount = 0; in diff() local
992 ++RightAnonCount; in diff()
1000 if (LeftAnonCount != 0 || RightAnonCount != 0) { in diff()
1004 Twine(RightAnonCount) + " in the right module") in diff()