Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:pushDestroy

554     CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer,
565 CGF.pushDestroy(NormalAndEHCleanup, addr, var.getType(),
1449 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true);
1452 /// pushDestroy - Push the standard destructor for the given type as
1454 void CodeGenFunction::pushDestroy(QualType::DestructionKind dtorKind,
1459 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind),
1463 void CodeGenFunction::pushDestroy(CleanupKind cleanupKind, Address addr,
1786 pushDestroy(QualType::DK_cxx_destructor, DeclPtr, Ty);