Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:dtorKind

739       QualType::DestructionKind dtorKind = FieldType.isDestructedType();
740 if (CGF.needsEHCleanup(dtorKind))
741 CGF.pushEHDestroy(dtorKind, LHS.getAddress(), FieldType);
797 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
798 if (needsEHCleanup(dtorKind))
799 pushEHDestroy(dtorKind, LHS.getAddress(), FieldType);
1213 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
1214 if (!CGF.needsEHCleanup(dtorKind))
1218 CGF.pushEHDestroy(dtorKind, FieldLHS.getAddress(), FieldType);
1897 QualType::DestructionKind dtorKind = type.isDestructedType();
1898 if (!dtorKind) continue;
1904 CleanupKind cleanupKind = getCleanupKind(dtorKind);
1906 getDestroyer(dtorKind),