Searched refs:handleAutoreleaseCounts (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 1033 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 D | RetainCountChecker.h | 350 ProgramStateRef handleAutoreleaseCounts(ProgramStateRef state,
|