Home | History | Annotate | Download | only in AST

Lines Matching defs:ZeroInit

3466   bool ZeroInit = E->requiresZeroInitialization();
3467 if (CheckTrivialDefaultConstructor(Info, E->getExprLoc(), FD, ZeroInit)) {
3472 if (ZeroInit)
3491 if (E->isElidable() && !ZeroInit)
3496 if (ZeroInit && !ZeroInitialization(E))
3877 bool ZeroInit = E->requiresZeroInitialization();
3878 if (CheckTrivialDefaultConstructor(Info, E->getExprLoc(), FD, ZeroInit)) {
3882 if (ZeroInit) {
3903 if (ZeroInit && !HadZeroInit) {