Lines Matching refs:RetainCountChecker
209 void RetainCountChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt()
245 void RetainCountChecker::checkPostStmt(const CastExpr *CE, in checkPostStmt()
284 void RetainCountChecker::processObjCLiterals(CheckerContext &C, in processObjCLiterals()
314 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt()
320 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt()
326 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt()
340 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE, in checkPostStmt()
393 void RetainCountChecker::checkPostCall(const CallEvent &Call, in checkPostCall()
418 RetainCountChecker::getLeakWithinFunctionBug(const LangOptions &LOpts) const { in getLeakWithinFunctionBug()
425 RetainCountChecker::getLeakAtReturnBug(const LangOptions &LOpts) const { in getLeakAtReturnBug()
492 void RetainCountChecker::processSummaryOfInlined(const RetainSummary &Summ, in processSummaryOfInlined()
620 void RetainCountChecker::checkSummary(const RetainSummary &Summ, in checkSummary()
727 ProgramStateRef RetainCountChecker::updateSymbol(ProgramStateRef state, in updateSymbol()
858 void RetainCountChecker::processNonLeakError(ProgramStateRef St, in processNonLeakError()
909 bool RetainCountChecker::evalCall(const CallExpr *CE, CheckerContext &C) const { in evalCall()
971 ExplodedNode * RetainCountChecker::processReturn(const ReturnStmt *S, in processReturn()
1072 ExplodedNode * RetainCountChecker::checkReturnWithRetEffect(const ReturnStmt *S, in checkReturnWithRetEffect()
1146 void RetainCountChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind()
1183 ProgramStateRef RetainCountChecker::evalAssume(ProgramStateRef state, in evalAssume()
1217 RetainCountChecker::checkRegionChanges(ProgramStateRef state, in checkRegionChanges()
1244 RetainCountChecker::handleAutoreleaseCounts(ProgramStateRef state, in handleAutoreleaseCounts()
1325 RetainCountChecker::handleSymbolDeath(ProgramStateRef state, in handleSymbolDeath()
1353 RetainCountChecker::processLeaks(ProgramStateRef state, in processLeaks()
1381 void RetainCountChecker::checkBeginFunction(CheckerContext &Ctx) const { in checkBeginFunction()
1415 void RetainCountChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction()
1457 void RetainCountChecker::checkDeadSymbols(SymbolReaper &SymReaper, in checkDeadSymbols()
1506 void RetainCountChecker::printState(raw_ostream &Out, ProgramStateRef State, in printState()
1528 auto *Chk = Mgr.registerChecker<RetainCountChecker>(); in registerRetainCountChecker()
1544 auto *Chk = Mgr.registerChecker<RetainCountChecker>(); in registerOSObjectRetainCountChecker()