Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/clang-analyzer/
H A Dosx.cocoa.SelfInit.rst1 .. title:: clang-tidy - clang-analyzer-osx.cocoa.SelfInit
5 clang-analyzer-osx.cocoa.SelfInit
8 The clang-analyzer-osx.cocoa.SelfInit check is an alias, please see
/llvm-project-15.0.7/clang/test/Analysis/
H A Dself-init.m1 // RUN: %clang_analyze_cc1 -analyzer-checker=osx.cocoa.SelfInit -analyzer-config ipa=dynamic -fno-b…
2 // RUN: %clang_analyze_cc1 -analyzer-checker=osx.cocoa.SelfInit -fno-builtin %s -verify
/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A Dretain-count-self-init.m1 // RUN: %clang_analyze_cc1 -analyzer-checker=core,osx.cocoa.RetainCount,osx.cocoa.SelfInit -analyze…
/llvm-project-15.0.7/clang/lib/Analysis/
H A DUninitializedValues.cpp270 SelfInit, enumerator
376 Classification[DRE] = SelfInit; in VisitDeclStmt()
755 case ClassifyRefs::SelfInit: in VisitDeclRefExpr()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/
H A Dlist.rst426 …`clang-analyzer-osx.cocoa.SelfInit <clang-analyzer/osx.cocoa.SelfInit.html>`_, `Clang Static Analy…
/llvm-project-15.0.7/clang/docs/analyzer/
H A Dcheckers.rst1227 .. _osx-cocoa-SelfInit:
1229 osx.cocoa.SelfInit (ObjC)
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1149 def ObjCSelfInitChecker : Checker<"SelfInit">,