Home
last modified time | relevance | path

Searched refs:handleSelfInit (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUninitializedValues.h128 virtual void handleSelfInit(const VarDecl *vd) {} in handleSelfInit() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp755 handler.handleSelfInit(cast<VarDecl>(dr->getDecl())); in VisitDeclRefExpr()
906 void handleSelfInit(const VarDecl *vd) override { in handleSelfInit() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1715 void handleSelfInit(const VarDecl *vd) override { getUses(vd).setInt(true); } in handleSelfInit() function in __anon9476153b0d11::UninitValsDiagReporter