Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CCE

957   if (const CXXConstructExpr *CCE = dyn_cast<CXXConstructExpr>(Init)) {
958 CXXConstructorDecl *Ctor = CCE->getConstructor();
962 if (!CCE->requiresZeroInitialization() || Ctor->getParent()->isEmpty())
981 EmitCXXAggrConstructorCall(Ctor, NumElements, CurPtr, CCE,
982 CCE->requiresZeroInitialization());