Home
last modified time | relevance | path

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

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