Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp109 getConstructedRegion(const CXXConstructorDecl *CtorDecl,
154 const TypedValueRegion *R = getConstructedRegion(CtorDecl, Context); in checkEndFunction()
456 getConstructedRegion(const CXXConstructorDecl *CtorDecl, in getConstructedRegion() function
474 const TypedValueRegion *CurrRegion = getConstructedRegion(Ctor, Context); in willObjectBeAnalyzedLater()
487 getConstructedRegion(OtherCtor, Context); in willObjectBeAnalyzedLater()