Home
last modified time | relevance | path

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

/freebsd-src/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()
258 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt()
264 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt()
270 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt()
284 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE, in checkPostStmt()
362 void RetainCountChecker::checkPostCall(const CallEvent &Call, in checkPostCall()
447 void RetainCountChecker::processSummaryOfInlined(const RetainSummary &Summ, in processSummaryOfInlined()
604 void RetainCountChecker::checkSummary(const RetainSummary &Summ, in checkSummary()
[all …]
H A DRetainCountChecker.h237 class RetainCountChecker
277 RetainCountChecker() {}; in RetainCountChecker() function
H A DRetainCountDiagnostics.cpp9 // This file defines diagnostics for RetainCountChecker, which implements
15 #include "RetainCountChecker.h"
547 if (Tag == &RetainCountChecker::getCastFailTag()) { in VisitNode()
551 if (Tag == &RetainCountChecker::getDeallocSentTag()) { in VisitNode()
/freebsd-src/lib/clang/libclang/
H A DMakefile723 SRCS_FUL+= StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
724 SRCS_FUL+= StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1214 def RetainCountChecker : Checker<"RetainCount">,