Searched refs:pushDestroy (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 547 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()
|
D | CGCleanup.cpp | 1149 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
|
D | CodeGenFunction.h | 1091 void pushDestroy(QualType::DestructionKind dtorKind, 1095 void pushDestroy(CleanupKind kind, llvm::Value *addr, QualType type,
|
D | CGExprAgg.cpp | 1247 CGF.pushDestroy(EHCleanup, LV.getAddress(), field->getType(), in VisitInitListExpr()
|
D | CGExpr.cpp | 230 CGF.pushDestroy(CleanupKind, ReferenceTemporary, in pushTemporaryCleanup() 281 CGF.pushDestroy(NormalAndEHCleanup, ReferenceTemporary, E->getType(), in pushTemporaryCleanup()
|
D | CGBlocks.cpp | 636 CGF.pushDestroy(cleanupKind, addr, variable->getType(), in enterBlockScope()
|