Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2437 class RetainCountChecker class
2474 RetainCountChecker(AnalyzerOptions &AO) in RetainCountChecker() function in __anonbe000e510711::RetainCountChecker
2478 ~RetainCountChecker() override { DeleteContainerSeconds(DeadSymbolTags); } in ~RetainCountChecker()
2676 void RetainCountChecker::checkPostStmt(const BlockExpr *BE, in checkPostStmt()
2716 void RetainCountChecker::checkPostStmt(const CastExpr *CE, in checkPostStmt()
2756 void RetainCountChecker::processObjCLiterals(CheckerContext &C, in processObjCLiterals()
2787 void RetainCountChecker::checkPostStmt(const ObjCArrayLiteral *AL, in checkPostStmt()
2793 void RetainCountChecker::checkPostStmt(const ObjCDictionaryLiteral *DL, in checkPostStmt()
2799 void RetainCountChecker::checkPostStmt(const ObjCBoxedExpr *Ex, in checkPostStmt()
2822 void RetainCountChecker::checkPostStmt(const ObjCIvarRefExpr *IRE, in checkPostStmt()
[all …]
DCMakeLists.txt60 RetainCountChecker.cpp
DAndroid.mk66 RetainCountChecker.cpp \
DCheckers.td427 def RetainCountChecker : Checker<"RetainCount">,
429 DescFile<"RetainCountChecker.cpp">;
/external/clang/test/Analysis/
Dretain-release-inline.m319 // Test not applying "double effects" from inlining and RetainCountChecker summaries.
Dretain-release.m1727 // RetainCountChecker support for XPC.
1825 // Here we test that RetainCountChecker doesn't get excited about returning
/external/clang/test/ARCMT/
Dobjcmt-arc-cf-annotations.m1732 // RetainCountChecker support for XPC.
1830 // Here we test that RetainCountChecker doesn't get excited about returning
Dobjcmt-arc-cf-annotations.m.result1780 // RetainCountChecker support for XPC.
1878 // Here we test that RetainCountChecker doesn't get excited about returning
/external/clang/patches/
D0004-Add-Android-build-system.patch1543 + RetainCountChecker.cpp \