Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp668 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer, in EmitAutoVarWithLifetime()
679 CGF.pushDestroy(NormalAndEHCleanup, addr, var.getType(), in EmitAutoVarWithLifetime()
2209 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true); in pushEHDestroy()
2214 void CodeGenFunction::pushDestroy(QualType::DestructionKind dtorKind, in pushDestroy() function in CodeGenFunction
2219 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy()
2223 void CodeGenFunction::pushDestroy(CleanupKind cleanupKind, Address addr, in pushDestroy() function in CodeGenFunction
2246 pushDestroy(cleanupKind, addr, type, destroyer, useEHCleanupForArray); in pushDestroyAndDeferDeactivation()
2656 pushDestroy(DtorKind, DeclPtr, Ty); in EmitParmDecl()
H A DCGExprAgg.cpp220 CGF.pushDestroy(QualType::DK_nontrivial_c_struct, Slot.getAddress(), in VisitPseudoObjectExpr()
878 CGF.pushDestroy(QualType::DK_nontrivial_c_struct, Dest.getAddress(), in VisitCastExpr()
1265 CGF.pushDestroy(QualType::DK_nontrivial_c_struct, Dest.getAddress(), in VisitBinAssign()
1316 CGF.pushDestroy(QualType::DK_nontrivial_c_struct, Dest.getAddress(), in VisitAbstractConditionalOperator()
H A DCGBlocks.cpp1077 pushDestroy(cleanupKind, blockField, type, destroyer, useArrayEHCleanup); in EmitBlockLiteral()
1835 CGF.pushDestroy(Kind, Field, CaptureType, Destroyer, Kind & EHCleanup); in pushCaptureCleanup()
2305 CGF.pushDestroy(VarType.isDestructedType(), field, VarType); in emitDispose()
H A DCGCleanup.cpp1307 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
H A DCodeGenFunction.h2200 void pushDestroy(QualType::DestructionKind dtorKind,
2204 void pushDestroy(CleanupKind kind, Address addr, QualType type,
H A DCGExpr.cpp333 CGF.pushDestroy(CleanupKind, ReferenceTemporary, in pushTemporaryCleanup()
384 CGF.pushDestroy(NormalAndEHCleanup, ReferenceTemporary, E->getType(), in pushTemporaryCleanup()
H A DCGCall.cpp5999 pushDestroy(QualType::DK_nontrivial_c_struct, Ret.getAggregateAddress(), in EmitCall()
H A DCGOpenMPRuntime.cpp892 CGF.pushDestroy(DTorKind, PrivateAddr, PrivateType); in emitCleanups()
3139 CGF.pushDestroy(DtorKind, FieldLValue.getAddress(), Field->getType()); in emitDestructorsFunction()