Searched refs:RetainCountChecker (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 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() 326 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt() 393 void RetainCountChecker::checkPostCall(const CallEvent &Call, in checkPostCall() 620 void RetainCountChecker::checkSummary(const RetainSummary &Summ, in checkSummary() 1217 RetainCountChecker::checkRegionChanges(ProgramStateRef state, in checkRegionChanges() 1325 RetainCountChecker::handleSymbolDeath(ProgramStateRef state, in handleSymbolDeath() 1353 RetainCountChecker::processLeaks(ProgramStateRef state, in processLeaks() 1528 auto *Chk = Mgr.registerChecker<RetainCountChecker>(); in registerRetainCountChecker() [all …]
|
| H A D | RetainCountChecker.h | 239 class RetainCountChecker 269 RetainCountChecker() {} in RetainCountChecker() function
|
| H A D | RetainCountDiagnostics.cpp | 433 RetainCountChecker::DeallocTagDescription)) { in VisitNode()
|
| /freebsd-12.1/lib/clang/libclang/ |
| H A D | Makefile | 546 SRCS_FUL+= StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp 547 SRCS_FUL+= StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 681 def RetainCountChecker : Checker<"RetainCount">,
|