Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp117 static bool willObjectBeAnalyzedLater(const CXXConstructorDecl *Ctor,
153 if (willObjectBeAnalyzedLater(CtorDecl, Context)) in checkEndFunction()
473 static bool willObjectBeAnalyzedLater(const CXXConstructorDecl *Ctor, in willObjectBeAnalyzedLater() function