Home
last modified time | relevance | path

Searched refs:pushDestroy (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/CodeGen/
DCGDecl.cpp547 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer, in EmitAutoVarWithLifetime()
558 CGF.pushDestroy(NormalAndEHCleanup, addr, var.getType(), in EmitAutoVarWithLifetime()
1364 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true); in pushEHDestroy()
1369 void CodeGenFunction::pushDestroy(QualType::DestructionKind dtorKind, in pushDestroy() function in CodeGenFunction
1374 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy()
1378 void CodeGenFunction::pushDestroy(CleanupKind cleanupKind, llvm::Value *addr, in pushDestroy() function in CodeGenFunction
1704 pushDestroy(QualType::DK_cxx_destructor, DeclPtr, Ty); in EmitParmDecl()
DCGCleanup.cpp1149 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
DCodeGenFunction.h1091 void pushDestroy(QualType::DestructionKind dtorKind,
1095 void pushDestroy(CleanupKind kind, llvm::Value *addr, QualType type,
DCGExprAgg.cpp1247 CGF.pushDestroy(EHCleanup, LV.getAddress(), field->getType(), in VisitInitListExpr()
DCGExpr.cpp230 CGF.pushDestroy(CleanupKind, ReferenceTemporary, in pushTemporaryCleanup()
281 CGF.pushDestroy(NormalAndEHCleanup, ReferenceTemporary, E->getType(), in pushTemporaryCleanup()
DCGBlocks.cpp636 CGF.pushDestroy(cleanupKind, addr, variable->getType(), in enterBlockScope()