Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Construct

1168   if (const CXXConstructExpr *Construct = dyn_cast<CXXConstructExpr>(Init))
1169 if (CXXConstructorDecl *Constructor = Construct->getConstructor())
1172 !Construct->requiresZeroInitialization())