| H A D | CGDecl.cpp | 653 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer, in EmitAutoVarWithLifetime() 664 CGF.pushDestroy(NormalAndEHCleanup, addr, var.getType(), in EmitAutoVarWithLifetime() 2274 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true); in pushEHDestroy() 2279 void CodeGenFunction::pushDestroy(QualType::DestructionKind dtorKind, in pushDestroy() function in CodeGenFunction 2284 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy() 2295 void CodeGenFunction::pushDestroy(CleanupKind cleanupKind, Address addr, in pushDestroy() function in CodeGenFunction 2318 pushDestroy(cleanupKind, addr, type, destroyer, useEHCleanupForArray); in pushDestroyAndDeferDeactivation() 2736 pushDestroy(DtorKind, DeclPtr, Ty); in EmitParmDecl()
|