Home
last modified time | relevance | path

Searched refs:RetainCountChecker (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp146 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 DRetainCountChecker.h238 class RetainCountChecker
278 RetainCountChecker() {}; in RetainCountChecker() function
H A DRetainCountDiagnostics.cpp547 if (Tag == &RetainCountChecker::getCastFailTag()) { in VisitNode()
551 if (Tag == &RetainCountChecker::getDeallocSentTag()) { in VisitNode()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DCMakeLists.txt98 RetainCountChecker/RetainCountChecker.cpp
99 RetainCountChecker/RetainCountDiagnostics.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/StaticAnalyzer/Checkers/
H A DBUILD.gn105 "RetainCountChecker/RetainCountChecker.cpp",
106 "RetainCountChecker/RetainCountDiagnostics.cpp",
/llvm-project-15.0.7/clang/test/Analysis/
H A Dretain-release-inline.m311 …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 Dretain-release.m1370 // 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 Dobjcmt-arc-cf-annotations.m1733 // RetainCountChecker support for XPC.
1831 // Here we test that RetainCountChecker doesn't get excited about returning
H A Dobjcmt-arc-cf-annotations.m.result1781 // 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 DCheckers.td1172 def RetainCountChecker : Checker<"RetainCount">,
/llvm-project-15.0.7/clang/docs/
H A DClangFormattedStatus.rst612 * - clang/lib/StaticAnalyzer/Checkers/RetainCountChecker