Searched refs:RetainCountChecker (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| HD | RetainCountChecker.cpp | 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() [all …]
|
| HD | RetainCountChecker.h | 237 class RetainCountChecker 277 RetainCountChecker() {}; in RetainCountChecker() function
|
| HD | RetainCountDiagnostics.cpp | 547 if (Tag == &RetainCountChecker::getCastFailTag()) { in VisitNode() 551 if (Tag == &RetainCountChecker::getDeallocSentTag()) { in VisitNode()
|
| /freebsd-14-stable/lib/clang/libclang/ |
| HD | Makefile | 724 SRCS_FUL+= StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp 725 SRCS_FUL+= StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| HD | Checkers.td | 1214 def RetainCountChecker : Checker<"RetainCount">,
|