Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:isZeroInitializable

241   virtual bool isZeroInitializable(const MemberPointerType *MPT);
667 bool MicrosoftCXXABI::isZeroInitializable(const MemberPointerType *MPT) {
945 if (isZeroInitializable(MPT) && Val->isNullValue())