Home
last modified time | relevance | path

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

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