Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp481 const auto *OtherCtor = dyn_cast<CXXConstructorDecl>(LC->getDecl()); in willObjectBeAnalyzedLater() local
482 if (!OtherCtor) in willObjectBeAnalyzedLater()
486 getConstructedRegion(OtherCtor, Context); in willObjectBeAnalyzedLater()