Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp613 CGF.pushDestroy(cleanupKind, addr, var.getType(), destroyer, in EmitAutoVarWithLifetime()
624 CGF.pushDestroy(NormalAndEHCleanup, addr, var.getType(), in EmitAutoVarWithLifetime()
1947 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true); in pushEHDestroy()
1952 void CodeGenFunction::pushDestroy(QualType::DestructionKind dtorKind, in pushDestroy() function in CodeGenFunction
1957 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy()
1961 void CodeGenFunction::pushDestroy(CleanupKind cleanupKind, Address addr, in pushDestroy() function in CodeGenFunction
2304 pushDestroy(DtorKind, DeclPtr, Ty); in EmitParmDecl()
H A DCGExprAgg.cpp289 CGF.pushDestroy(RetTy.isDestructedType(), Src.getAggregateAddress(), RetTy); in withReturnValueSlot()
1453 CGF.pushDestroy(dtorKind, V, Base.getType()); in VisitInitListExpr()
1537 CGF.pushDestroy(EHCleanup, LV.getAddress(), field->getType(), in VisitInitListExpr()
H A DCGBlocks.cpp854 CGF.pushDestroy(cleanupKind, addr, VT, in enterBlockScope()
1958 CGF.pushDestroy(Kind, Field, CaptureType, Destroyer, Kind & EHCleanup); in pushCaptureCleanup()
2440 CGF.pushDestroy(VarType.isDestructedType(), field, VarType); in emitDispose()
H A DCGCleanup.cpp1281 pushDestroy(NormalAndEHCleanup, Ptr, TempType, destroyCXXObject, in EmitCXXTemporary()
H A DCodeGenFunction.h1661 void pushDestroy(QualType::DestructionKind dtorKind,
1665 void pushDestroy(CleanupKind kind, Address addr, QualType type,
H A DCGExpr.cpp302 CGF.pushDestroy(CleanupKind, ReferenceTemporary, in pushTemporaryCleanup()
353 CGF.pushDestroy(NormalAndEHCleanup, ReferenceTemporary, E->getType(), in pushTemporaryCleanup()
H A DCGOpenMPRuntime.cpp1060 CGF.pushDestroy(DTorKind, PrivateAddr, PrivateType); in emitCleanups()
4513 CGF.pushDestroy(DtorKind, FieldLValue.getAddress(), Field->getType()); in emitDestructorsFunction()