Home
last modified time | relevance | path

Searched refs:SelfInit (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Analysis/
Dself-init.m1 // RUN: %clang_cc1 -analyze -analyzer-checker=osx.cocoa.SelfInit -analyzer-config ipa=dynamic -fno-…
2 // RUN: %clang_cc1 -analyze -analyzer-checker=osx.cocoa.SelfInit -fno-builtin %s -verify
/external/clang/test/Analysis/inlining/
Dretain-count-self-init.m1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount,osx.cocoa.SelfInit -analyz…
/external/clang/lib/Analysis/
DUninitializedValues.cpp309 SelfInit, enumerator
380 Classification[DRE] = SelfInit; in VisitDeclStmt()
680 case ClassifyRefs::SelfInit: in VisitDeclRefExpr()
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckers.td411 def ObjCSelfInitChecker : Checker<"SelfInit">,