Lines Matching refs:RetainCountChecker

146 void RetainCountChecker::checkPostStmt(const BlockExpr *BE,  in checkPostStmt()
182 void RetainCountChecker::checkPostStmt(const CastExpr *CE, in checkPostStmt()
229 void RetainCountChecker::processObjCLiterals(CheckerContext &C, in processObjCLiterals()
259 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt()
265 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt()
271 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt()
285 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE, in checkPostStmt()
363 void RetainCountChecker::checkPostCall(const CallEvent &Call, in checkPostCall()
448 void RetainCountChecker::processSummaryOfInlined(const RetainSummary &Summ, in processSummaryOfInlined()
605 void RetainCountChecker::checkSummary(const RetainSummary &Summ, in checkSummary()
711 ProgramStateRef RetainCountChecker::updateSymbol(ProgramStateRef state, in updateSymbol()
843 RetainCountChecker::errorKindToBugKind(RefVal::Kind ErrorKind, in errorKindToBugKind()
859 void RetainCountChecker::processNonLeakError(ProgramStateRef St, in processNonLeakError()
889 bool RetainCountChecker::evalCall(const CallEvent &Call, in evalCall()
964 ExplodedNode * RetainCountChecker::processReturn(const ReturnStmt *S, in processReturn()
1067 ExplodedNode * RetainCountChecker::checkReturnWithRetEffect(const ReturnStmt *S, in checkReturnWithRetEffect()
1138 void RetainCountChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind()
1151 ProgramStateRef RetainCountChecker::evalAssume(ProgramStateRef state, in evalAssume()
1184 ProgramStateRef RetainCountChecker::checkRegionChanges( in checkRegionChanges()
1208 RetainCountChecker::handleAutoreleaseCounts(ProgramStateRef state, in handleAutoreleaseCounts()
1286 RetainCountChecker::handleSymbolDeath(ProgramStateRef state, in handleSymbolDeath()
1314 RetainCountChecker::processLeaks(ProgramStateRef state, in processLeaks()
1332 void RetainCountChecker::checkBeginFunction(CheckerContext &Ctx) const { in checkBeginFunction()
1368 void RetainCountChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction()
1410 void RetainCountChecker::checkDeadSymbols(SymbolReaper &SymReaper, in checkDeadSymbols()
1456 void RetainCountChecker::printState(raw_ostream &Out, ProgramStateRef State, in printState()
1477 std::unique_ptr<CheckerProgramPointTag> RetainCountChecker::DeallocSentTag;
1478 std::unique_ptr<CheckerProgramPointTag> RetainCountChecker::CastFailTag;
1481 auto *Chk = Mgr.registerChecker<RetainCountChecker>(); in registerRetainCountBase()
1492 auto *Chk = Mgr.getChecker<RetainCountChecker>(); in registerRetainCountChecker()
1517 auto *Chk = Mgr.getChecker<RetainCountChecker>(); in registerOSObjectRetainCountChecker()