Home | History | Annotate | Download | only in AST

Lines Matching refs:ZeroInit

3531   bool ZeroInit = E->requiresZeroInitialization();
3532 if (CheckTrivialDefaultConstructor(Info, E->getExprLoc(), FD, ZeroInit)) {
3537 if (ZeroInit)
3556 if (E->isElidable() && !ZeroInit)
3561 if (ZeroInit && !ZeroInitialization(E))
3913 bool ZeroInit = E->requiresZeroInitialization();
3914 if (CheckTrivialDefaultConstructor(Info, E->getExprLoc(), FD, ZeroInit)) {
3918 if (ZeroInit) {
3948 if (ZeroInit && !HadZeroInit) {