Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp1036 state = handleAutoreleaseCounts(state, Pred, &AutoreleaseTag, C, Sym, X, S); in processReturn()
1207 RetainCountChecker::handleAutoreleaseCounts(ProgramStateRef state, in handleAutoreleaseCounts() function in RetainCountChecker
1387 state = handleAutoreleaseCounts(state, Pred, /*Tag=*/nullptr, Ctx, in checkEndFunction()
1422 state = handleAutoreleaseCounts(state, Pred, &Tag, C, Sym, V); in checkDeadSymbols()