Lines Matching refs:pushDestroy
476 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer,
487 CGF.pushDestroy(NormalAndEHCleanup, addr, var.getType(),
1265 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true);
1268 /// pushDestroy - Push the standard destructor for the given type as
1270 void CodeGenFunction::pushDestroy(QualType::DestructionKind dtorKind,
1275 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind),
1279 void CodeGenFunction::pushDestroy(CleanupKind cleanupKind, llvm::Value *addr,