Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp279 enum Class { Init, Use, SelfInit, ConstRefUse, ConstPtrUse, Ignore }; enumerator
384 Classification[DRE] = SelfInit; in VisitDeclStmt()
754 case ClassifyRefs::SelfInit: in VisitDeclRefExpr()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td1139 def ObjCSelfInitChecker : Checker<"SelfInit">,