Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
HDRetainCountChecker.h346 ProgramStateRef handleSymbolDeath(ProgramStateRef state,
HDRetainCountChecker.cpp1285 RetainCountChecker::handleSymbolDeath(ProgramStateRef state, in handleSymbolDeath() function in RetainCountChecker
1404 state = handleSymbolDeath(state, I.first, I.second, Leaked); in checkEndFunction()
1428 state = handleSymbolDeath(state, Sym, *getRefBinding(state, Sym), Leaked); in checkDeadSymbols()