H A D | CGDecl.cpp | 668 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer, in EmitAutoVarWithLifetime() 679 CGF.pushDestroy(NormalAndEHCleanup, addr, var.getType(), in EmitAutoVarWithLifetime() 2209 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true); in pushEHDestroy() 2214 void CodeGenFunction::pushDestroy(QualType::DestructionKind dtorKind, in pushDestroy() function in CodeGenFunction 2219 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy() 2223 void CodeGenFunction::pushDestroy(CleanupKind cleanupKind, Address addr, in pushDestroy() function in CodeGenFunction 2246 pushDestroy(cleanupKind, addr, type, destroyer, useEHCleanupForArray); in pushDestroyAndDeferDeactivation() 2656 pushDestroy(DtorKind, DeclPtr, Ty); in EmitParmDecl()
|