Home
last modified time | relevance | path

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

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