Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp115 static bool willObjectBeAnalyzedLater(const CXXConstructorDecl *Ctor,
151 if (willObjectBeAnalyzedLater(CtorDecl, Context)) in checkEndFunction()
471 static bool willObjectBeAnalyzedLater(const CXXConstructorDecl *Ctor, in willObjectBeAnalyzedLater() function