HomeSort by relevance Sort by last modified time
    Searched refs:CtorExpr (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 225 if (auto *CtorExpr = dyn_cast<CXXConstructExpr>(PrevStmtElem->getStmt())) {
226 return CtorExpr;
ExprEngineCallAndReturn.cpp 622 const CXXConstructExpr *CtorExpr = Ctor.getOriginExpr();
623 if (const Stmt *Parent = CurLC->getParentMap().getParent(CtorExpr))
643 if (CtorExpr->getConstructionKind() == CXXConstructExpr::CK_Complete)
    [all...]
ExprEngineC.cpp 496 if (auto *CtorExpr = findDirectConstructorForCurrentCFGElement()) {
497 assert(InitEx->IgnoreImplicit() == CtorExpr);
498 (void)CtorExpr;
    [all...]
ExprEngine.cpp 479 if (auto *CtorExpr = findDirectConstructorForCurrentCFGElement()) {
480 assert(BMI->getInit()->IgnoreImplicit() == CtorExpr);
481 (void)CtorExpr;
    [all...]

Completed in 107 milliseconds