Searched refs:RetainCountChecker (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
| H A D | RetainCountChecker.cpp | 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() 271 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt() 363 void RetainCountChecker::checkPostCall(const CallEvent &Call, in checkPostCall() 889 bool RetainCountChecker::evalCall(const CallEvent &Call, in evalCall() 1184 ProgramStateRef RetainCountChecker::checkRegionChanges( in checkRegionChanges() 1314 RetainCountChecker::processLeaks(ProgramStateRef state, in processLeaks() 1481 auto *Chk = Mgr.registerChecker<RetainCountChecker>(); in registerRetainCountBase() 1492 auto *Chk = Mgr.getChecker<RetainCountChecker>(); in registerRetainCountChecker() [all …]
|
| H A D | RetainCountChecker.h | 238 class RetainCountChecker 278 RetainCountChecker() {}; in RetainCountChecker() function
|
| H A D | RetainCountDiagnostics.cpp | 547 if (Tag == &RetainCountChecker::getCastFailTag()) { in VisitNode() 551 if (Tag == &RetainCountChecker::getDeallocSentTag()) { in VisitNode()
|
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CMakeLists.txt | 98 RetainCountChecker/RetainCountChecker.cpp 99 RetainCountChecker/RetainCountDiagnostics.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BUILD.gn | 105 "RetainCountChecker/RetainCountChecker.cpp", 106 "RetainCountChecker/RetainCountDiagnostics.cpp",
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | retain-release-inline.m | 311 …ic_map_free' is annotated with 'rc_ownership_trusted_implementation', RetainCountChecker trusts its 313 // a leak warning is raised by RetainCountChecker as the analyzer is unable to detect a decrement i… 327 …ic_map_copy' is annotated with 'rc_ownership_trusted_implementation', RetainCountChecker trusts its 329 // be raised by RetainCountChecker as the pointer which is passed as an argument to this function a… 410 // Test not applying "double effects" from inlining and RetainCountChecker summaries.
|
| H A D | retain-release.m | 1370 // Make sure RetainCountChecker treats CVFooRetain() as a CF-style retain. 1940 // RetainCountChecker support for XPC. 2038 // Here we test that RetainCountChecker doesn't get excited about returning
|
| /llvm-project-15.0.7/clang/test/ARCMT/ |
| H A D | objcmt-arc-cf-annotations.m | 1733 // RetainCountChecker support for XPC. 1831 // Here we test that RetainCountChecker doesn't get excited about returning
|
| H A D | objcmt-arc-cf-annotations.m.result | 1781 // RetainCountChecker support for XPC. 1879 // Here we test that RetainCountChecker doesn't get excited about returning
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1172 def RetainCountChecker : Checker<"RetainCount">,
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | ClangFormattedStatus.rst | 612 * - clang/lib/StaticAnalyzer/Checkers/RetainCountChecker
|