Lines Matching refs:RetainCountChecker
147 void RetainCountChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt()
181 void RetainCountChecker::checkPostStmt(const CastExpr *CE, in checkPostStmt()
228 void RetainCountChecker::processObjCLiterals(CheckerContext &C, in processObjCLiterals()
258 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt()
264 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt()
270 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt()
284 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE, in checkPostStmt()
362 void RetainCountChecker::checkPostCall(const CallEvent &Call, in checkPostCall()
447 void RetainCountChecker::processSummaryOfInlined(const RetainSummary &Summ, in processSummaryOfInlined()
604 void RetainCountChecker::checkSummary(const RetainSummary &Summ, in checkSummary()
710 ProgramStateRef RetainCountChecker::updateSymbol(ProgramStateRef state, in updateSymbol()
842 RetainCountChecker::errorKindToBugKind(RefVal::Kind ErrorKind, in errorKindToBugKind()
858 void RetainCountChecker::processNonLeakError(ProgramStateRef St, in processNonLeakError()
888 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()