Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp115 static bool willObjectBeAnalyzedLater(const CXXConstructorDecl *Ctor,
141 if (willObjectBeAnalyzedLater(CtorDecl, Context)) in checkEndFunction()
457 static bool willObjectBeAnalyzedLater(const CXXConstructorDecl *Ctor, in willObjectBeAnalyzedLater() function