Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1033 state = handleAutoreleaseCounts(state, Pred, C, Sym, X, S); in processReturn()
1199 ProgramStateRef RetainCountChecker::handleAutoreleaseCounts( in handleAutoreleaseCounts() function in RetainCountChecker
1375 state = handleAutoreleaseCounts(state, Pred, Ctx, I.first, I.second); in checkEndFunction()
1408 state = handleAutoreleaseCounts(state, Pred, C, Sym, V); in checkDeadSymbols()
H A DRetainCountChecker.h350 ProgramStateRef handleAutoreleaseCounts(ProgramStateRef state,