Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExprAgg.cpp216 CGF.pushDestroy(QualType::DK_nontrivial_c_struct, Slot.getAddress(), in VisitPseudoObjectExpr()
865 CGF.pushDestroy(QualType::DK_nontrivial_c_struct, Dest.getAddress(), in VisitCastExpr()
1248 CGF.pushDestroy(QualType::DK_nontrivial_c_struct, Dest.getAddress(), in VisitBinAssign()
1294 CGF.pushDestroy(QualType::DK_nontrivial_c_struct, Dest.getAddress(), in VisitAbstractConditionalOperator()
1381 CGF.pushDestroy(EHCleanup, LV.getAddress(CGF), CurField->getType(), in VisitLambdaExpr()
1705 CGF.pushDestroy(dtorKind, V, Base.getType()); in VisitCXXParenListOrInitListExpr()
1783 CGF.pushDestroy(EHCleanup, LV.getAddress(CGF), field->getType(), in VisitCXXParenListOrInitListExpr()
H A DCGDecl.cpp651 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer, in EmitAutoVarWithLifetime()
662 CGF.pushDestroy(NormalAndEHCleanup, addr, var.getType(), in EmitAutoVarWithLifetime()
2117 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true); in pushEHDestroy()
2122 void CodeGenFunction::pushDestroy(QualType::DestructionKind dtorKind, in pushDestroy() function in CodeGenFunction
2127 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy()
2131 void CodeGenFunction::pushDestroy(CleanupKind cleanupKind, Address addr, in pushDestroy() function in CodeGenFunction
2512 pushDestroy(DtorKind, DeclPtr, Ty); in EmitParmDecl()
H A DCGBlocks.cpp1092 pushDestroy(cleanupKind, blockField, type, destroyer, useArrayEHCleanup); in EmitBlockLiteral()
1852 CGF.pushDestroy(Kind, Field, CaptureType, Destroyer, Kind & EHCleanup); in pushCaptureCleanup()
2324 CGF.pushDestroy(VarType.isDestructedType(), field, VarType); in emitDispose()
H A DCGCleanup.cpp1323 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
H A DCodeGenFunction.h2050 void pushDestroy(QualType::DestructionKind dtorKind,
2054 void pushDestroy(CleanupKind kind, Address addr, QualType type,
H A DCGExpr.cpp321 CGF.pushDestroy(CleanupKind, ReferenceTemporary, in pushTemporaryCleanup()
372 CGF.pushDestroy(NormalAndEHCleanup, ReferenceTemporary, E->getType(), in pushTemporaryCleanup()
H A DCGCall.cpp5670 pushDestroy(QualType::DK_nontrivial_c_struct, Ret.getAggregateAddress(), in EmitCall()
H A DCGOpenMPRuntime.cpp916 CGF.pushDestroy(DTorKind, PrivateAddr, PrivateType); in emitCleanups()
3326 CGF.pushDestroy(DtorKind, FieldLValue.getAddress(CGF), Field->getType()); in emitDestructorsFunction()