Home
last modified time | relevance | path

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

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