Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp622 const CXXConstructExpr *CtorExpr = Ctor.getOriginExpr(); in mayInlineCallKind() local
623 if (const Stmt *Parent = CurLC->getParentMap().getParent(CtorExpr)) in mayInlineCallKind()
643 if (CtorExpr->getConstructionKind() == CXXConstructExpr::CK_Complete) in mayInlineCallKind()
DExprEngineCXX.cpp225 if (auto *CtorExpr = dyn_cast<CXXConstructExpr>(PrevStmtElem->getStmt())) { in findDirectConstructorForCurrentCFGElement() local
226 return CtorExpr; in findDirectConstructorForCurrentCFGElement()
DExprEngineC.cpp496 if (auto *CtorExpr = findDirectConstructorForCurrentCFGElement()) { in VisitDeclStmt() local
497 assert(InitEx->IgnoreImplicit() == CtorExpr); in VisitDeclStmt()
498 (void)CtorExpr; in VisitDeclStmt()
DExprEngine.cpp479 if (auto *CtorExpr = findDirectConstructorForCurrentCFGElement()) { in ProcessInitializer() local
480 assert(BMI->getInit()->IgnoreImplicit() == CtorExpr); in ProcessInitializer()
481 (void)CtorExpr; in ProcessInitializer()