Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDecl.cpp554 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer, in EmitAutoVarWithLifetime()
565 CGF.pushDestroy(NormalAndEHCleanup, addr, var.getType(), in EmitAutoVarWithLifetime()
1449 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true); in pushEHDestroy()
1454 void CodeGenFunction::pushDestroy(QualType::DestructionKind dtorKind, in pushDestroy() function in CodeGenFunction
1459 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy()
1463 void CodeGenFunction::pushDestroy(CleanupKind cleanupKind, Address addr, in pushDestroy() function in CodeGenFunction
1786 pushDestroy(QualType::DK_cxx_destructor, DeclPtr, Ty); in EmitParmDecl()
DCGExprAgg.cpp1209 CGF.pushDestroy(dtorKind, V, Base.getType()); in VisitInitListExpr()
1293 CGF.pushDestroy(EHCleanup, LV.getAddress(), field->getType(), in VisitInitListExpr()
DCGCleanup.cpp1226 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
DCodeGenFunction.h1258 void pushDestroy(QualType::DestructionKind dtorKind,
1262 void pushDestroy(CleanupKind kind, Address addr, QualType type,
DCGBlocks.cpp626 CGF.pushDestroy(cleanupKind, addr, variable->getType(), in enterBlockScope()
DCGExpr.cpp247 CGF.pushDestroy(CleanupKind, ReferenceTemporary, in pushTemporaryCleanup()
298 CGF.pushDestroy(NormalAndEHCleanup, ReferenceTemporary, E->getType(), in pushTemporaryCleanup()
DCGOpenMPRuntime.cpp3397 CGF.pushDestroy(DtorKind, FieldLValue.getAddress(), Field->getType()); in emitDestructorsFunction()