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()
963 ExplodedNode * RetainCountChecker::processReturn(const ReturnStmt *S, in processReturn()
1066 ExplodedNode * RetainCountChecker::checkReturnWithRetEffect(const ReturnStmt *S, in checkReturnWithRetEffect()
1137 void RetainCountChecker::checkBind(SVal loc, SVal val, const Stmt *S, in checkBind()
1150 ProgramStateRef RetainCountChecker::evalAssume(ProgramStateRef state, in evalAssume()
1183 ProgramStateRef RetainCountChecker::checkRegionChanges( in checkRegionChanges()
1207 RetainCountChecker::handleAutoreleaseCounts(ProgramStateRef state, in handleAutoreleaseCounts()
1285 RetainCountChecker::handleSymbolDeath(ProgramStateRef state, in handleSymbolDeath()
1313 RetainCountChecker::processLeaks(ProgramStateRef state, in processLeaks()
1331 void RetainCountChecker::checkBeginFunction(CheckerContext &Ctx) const { in checkBeginFunction()
1367 void RetainCountChecker::checkEndFunction(const ReturnStmt *RS, in checkEndFunction()
1409 void RetainCountChecker::checkDeadSymbols(SymbolReaper &SymReaper, in checkDeadSymbols()
1455 void RetainCountChecker::printState(raw_ostream &Out, ProgramStateRef State, in printState()
1476 std::unique_ptr<CheckerProgramPointTag> RetainCountChecker::DeallocSentTag;
1477 std::unique_ptr<CheckerProgramPointTag> RetainCountChecker::CastFailTag;
1480 auto *Chk = Mgr.registerChecker<RetainCountChecker>(); in registerRetainCountBase()
1491 auto *Chk = Mgr.getChecker<RetainCountChecker>(); in registerRetainCountChecker()
1516 auto *Chk = Mgr.getChecker<RetainCountChecker>(); in registerOSObjectRetainCountChecker()