Searched refs:RetainCountChecker (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 146 void RetainCountChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt() 180 void RetainCountChecker::checkPostStmt(const CastExpr *CE, in checkPostStmt() 227 void RetainCountChecker::processObjCLiterals(CheckerContext &C, in processObjCLiterals() 257 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt() 263 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt() 269 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt() 283 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE, in checkPostStmt() 361 void RetainCountChecker::checkPostCall(const CallEvent &Call, in checkPostCall() 446 void RetainCountChecker::processSummaryOfInlined(const RetainSummary &Summ, in processSummaryOfInlined() 603 void RetainCountChecker::checkSummary(const RetainSummary &Summ, in checkSummary() [all …]
|
| H A D | RetainCountChecker.h | 237 class RetainCountChecker 277 RetainCountChecker() {}; in RetainCountChecker() function
|
| H A D | RetainCountDiagnostics.cpp | 547 if (Tag == &RetainCountChecker::getCastFailTag()) { in VisitNode() 551 if (Tag == &RetainCountChecker::getDeallocSentTag()) { in VisitNode()
|
| /freebsd/lib/clang/libclang/ |
| H A D | Makefile | 762 SRCS_FUL+= StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp 763 SRCS_FUL+= StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1162 def RetainCountChecker : Checker<"RetainCount">,
|