Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-diff/lib/
H A DDifferenceEngine.cpp976 unsigned RightAnonCount = 0; in diff() local
998 ++RightAnonCount; in diff()
1006 if (LeftAnonCount != 0 || RightAnonCount != 0) { in diff()
1010 Twine(RightAnonCount) + " in the right module") in diff()