Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.h128 unsigned getCombinedCounts() const { return Cnt + ACnt; } in getCombinedCounts() function
H A DRetainCountDiagnostics.cpp108 assert(CurrV.getCombinedCounts() == 0); in shouldGenerateNote()