Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp482 const auto *OtherCtor = dyn_cast<CXXConstructorDecl>(LC->getDecl()); in willObjectBeAnalyzedLater() local
483 if (!OtherCtor) in willObjectBeAnalyzedLater()
487 getConstructedRegion(OtherCtor, Context); in willObjectBeAnalyzedLater()