Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp844 CGF.pushDestroy(QualType::DK_nontrivial_c_struct, Dest.getAddress(), in VisitCastExpr()
1227 CGF.pushDestroy(QualType::DK_nontrivial_c_struct, Dest.getAddress(), in VisitBinAssign()
1273 CGF.pushDestroy(QualType::DK_nontrivial_c_struct, Dest.getAddress(), in VisitAbstractConditionalOperator()
1360 CGF.pushDestroy(EHCleanup, LV.getAddress(CGF), CurField->getType(), in VisitLambdaExpr()
1666 CGF.pushDestroy(dtorKind, V, Base.getType()); in VisitInitListExpr()
1744 CGF.pushDestroy(EHCleanup, LV.getAddress(CGF), field->getType(), in VisitInitListExpr()
H A DCGDecl.cpp636 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer, in EmitAutoVarWithLifetime()
647 CGF.pushDestroy(NormalAndEHCleanup, addr, var.getType(), in EmitAutoVarWithLifetime()
2101 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true); in pushEHDestroy()
2106 void CodeGenFunction::pushDestroy(QualType::DestructionKind dtorKind, in pushDestroy() function in CodeGenFunction
2111 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy()
2115 void CodeGenFunction::pushDestroy(CleanupKind cleanupKind, Address addr, in pushDestroy() function in CodeGenFunction
2490 pushDestroy(DtorKind, DeclPtr, Ty); in EmitParmDecl()
H A DCGBlocks.cpp1089 pushDestroy(cleanupKind, blockField, type, destroyer, useArrayEHCleanup); in EmitBlockLiteral()
1874 CGF.pushDestroy(Kind, Field, CaptureType, Destroyer, Kind & EHCleanup); in pushCaptureCleanup()
2346 CGF.pushDestroy(VarType.isDestructedType(), field, VarType); in emitDispose()
H A DCGCleanup.cpp1312 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
H A DCodeGenFunction.h1990 void pushDestroy(QualType::DestructionKind dtorKind,
1994 void pushDestroy(CleanupKind kind, Address addr, QualType type,
H A DCGExpr.cpp322 CGF.pushDestroy(CleanupKind, ReferenceTemporary, in pushTemporaryCleanup()
373 CGF.pushDestroy(NormalAndEHCleanup, ReferenceTemporary, E->getType(), in pushTemporaryCleanup()
H A DCGCall.cpp5496 pushDestroy(QualType::DK_nontrivial_c_struct, Ret.getAggregateAddress(), in EmitCall()
H A DCGOpenMPRuntime.cpp935 CGF.pushDestroy(DTorKind, PrivateAddr, PrivateType); in emitCleanups()
3710 CGF.pushDestroy(DtorKind, FieldLValue.getAddress(CGF), Field->getType()); in emitDestructorsFunction()