Home
last modified time | relevance | path

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

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