Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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