Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp147 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()
270 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt()
362 void RetainCountChecker::checkPostCall(const CallEvent &Call, in checkPostCall()
888 bool RetainCountChecker::evalCall(const CallEvent &Call, in evalCall()
1183 ProgramStateRef RetainCountChecker::checkRegionChanges( in checkRegionChanges()
1313 RetainCountChecker::processLeaks(ProgramStateRef state, in processLeaks()
1480 auto *Chk = Mgr.registerChecker<RetainCountChecker>(); in registerRetainCountBase()
1491 auto *Chk = Mgr.getChecker<RetainCountChecker>(); in registerRetainCountChecker()
[all …]
H A DRetainCountChecker.h237 class RetainCountChecker
277 RetainCountChecker() {}; in RetainCountChecker() function
H A DRetainCountDiagnostics.cpp547 if (Tag == &RetainCountChecker::getCastFailTag()) { in VisitNode()
551 if (Tag == &RetainCountChecker::getDeallocSentTag()) { in VisitNode()
/freebsd-14.2/lib/clang/libclang/
H A DMakefile693 SRCS_FUL+= StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
694 SRCS_FUL+= StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1209 def RetainCountChecker : Checker<"RetainCount">,