Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp319 const RefVal *CountAtExit = getRefBinding(N->getState(), SR); in annotateConsumedSummaryMismatch() local
321 if (!CountBeforeCall || !CountAtExit) in annotateConsumedSummaryMismatch()
325 unsigned CountAfter = CountAtExit->getCount(); in annotateConsumedSummaryMismatch()