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.cpp310 SelfInit, enumerator
413 Classification[DRE] = SelfInit; in VisitDeclStmt()
739 case ClassifyRefs::SelfInit: in VisitDeclRefExpr()
/external/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td482 def ObjCSelfInitChecker : Checker<"SelfInit">,