Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp146 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 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/lib/clang/libclang/
H A DMakefile762 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 DCheckers.td1162 def RetainCountChecker : Checker<"RetainCount">,