Searched refs:pushDestroy (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGDecl.cpp | 554 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()
|
D | CGExprAgg.cpp | 1209 CGF.pushDestroy(dtorKind, V, Base.getType()); in VisitInitListExpr() 1293 CGF.pushDestroy(EHCleanup, LV.getAddress(), field->getType(), in VisitInitListExpr()
|
D | CGCleanup.cpp | 1226 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
|
D | CodeGenFunction.h | 1258 void pushDestroy(QualType::DestructionKind dtorKind, 1262 void pushDestroy(CleanupKind kind, Address addr, QualType type,
|
D | CGBlocks.cpp | 626 CGF.pushDestroy(cleanupKind, addr, variable->getType(), in enterBlockScope()
|
D | CGExpr.cpp | 247 CGF.pushDestroy(CleanupKind, ReferenceTemporary, in pushTemporaryCleanup() 298 CGF.pushDestroy(NormalAndEHCleanup, ReferenceTemporary, E->getType(), in pushTemporaryCleanup()
|
D | CGOpenMPRuntime.cpp | 3397 CGF.pushDestroy(DtorKind, FieldLValue.getAddress(), Field->getType()); in emitDestructorsFunction()
|