Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp400 const RefVal *CountBeforeCall = getRefBinding(CN->getState(), SR); in annotateConsumedSummaryMismatch() local
403 if (!CountBeforeCall || !CountAtExit) in annotateConsumedSummaryMismatch()
406 unsigned CountBefore = CountBeforeCall->getCount(); in annotateConsumedSummaryMismatch()