Home
last modified time | relevance | path

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

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