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

/external/clang/lib/CodeGen/
H A DCGDecl.cpp509 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer,
520 CGF.pushDestroy(NormalAndEHCleanup, addr, var.getType(),
1326 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true);
1329 /// pushDestroy - Push the standard destructor for the given type as
1331 void CodeGenFunction::pushDestroy(QualType::DestructionKind dtorKind, function in class:CodeGenFunction
1336 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind),
1340 void CodeGenFunction::pushDestroy(CleanupKind cleanupKind, llvm::Value *addr, function in class:CodeGenFunction
1663 pushDestroy(QualType::DK_cxx_destructor, DeclPtr, Ty);
H A DCGCleanup.cpp1144 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject,
H A DCodeGenFunction.h1032 void pushDestroy(QualType::DestructionKind dtorKind,
1036 void pushDestroy(CleanupKind kind, llvm::Value *addr, QualType type,
H A DCGExprAgg.cpp1230 CGF.pushDestroy(EHCleanup, LV.getAddress(), field->getType(),
H A DCGExpr.cpp229 CGF.pushDestroy(CleanupKind, ReferenceTemporary,
280 CGF.pushDestroy(NormalAndEHCleanup, ReferenceTemporary, E->getType(),
H A DCGBlocks.cpp620 CGF.pushDestroy(cleanupKind, addr, variable->getType(),

Completed in 143 milliseconds