Home
last modified time | relevance | path

Searched refs:getDestroyer (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprAgg.cpp539 CGF.getDestroyer(dtorKind)); in EmitArrayInit()
687 CGF.getDestroyer(DtorKind), DtorKind & EHCleanup); in VisitCompoundLiteralExpr()
1364 CGF.getDestroyer(DtorKind), false); in VisitLambdaExpr()
1748 CGF.getDestroyer(dtorKind), false); in VisitInitListExpr()
1825 CGF.getDestroyer(dtorKind)); in VisitArrayInitLoopExpr()
H A DCGDecl.cpp2034 if (!destroyer) destroyer = getDestroyer(dtorKind); in emitAutoVarTypeCleanup()
2091 CodeGenFunction::getDestroyer(QualType::DestructionKind kind) { in getDestroyer() function in CodeGenFunction
2113 pushDestroy(EHCleanup, addr, type, getDestroyer(dtorKind), true); in pushEHDestroy()
2123 pushDestroy(cleanupKind, addr, type, getDestroyer(dtorKind), in pushDestroy()
H A DCGExprCXX.cpp1092 getDestroyer(DtorKind)); in EmitNewArrayInitializer()
1261 getDestroyer(DtorKind)); in EmitNewArrayInitializer()
2047 CGF.getDestroyer(dtorKind), in EmitArrayDelete()
H A DCGDeclCXX.cpp141 .generateDestroyHelper(Addr, Type, CGF.getDestroyer(DtorKind), in EmitDeclDestroy()
H A DCGBlocks.cpp1073 destroyer = getDestroyer(dtorKind); in EmitBlockLiteral()
1852 : CGF.getDestroyer(CaptureType.isDestructedType()); in pushCaptureCleanup()
H A DCGClass.cpp1927 cleanupKind, Field, getDestroyer(dtorKind), cleanupKind & EHCleanup); in EnterDtorCleanups()
H A DCGObjC.cpp1650 destroyer = CGF.getDestroyer(dtorKind); in emitCXXDestructMethod()
H A DCodeGenFunction.h2072 Destroyer *getDestroyer(QualType::DestructionKind destructionKind);
H A DCGExpr.cpp4580 E->getType(), getDestroyer(DtorKind), in EmitCompoundLiteralLValue()
H A DCGOpenMPRuntime.cpp1788 DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitThreadPrivateVarDefinition()
1947 ASTTy, DtorCGF.getDestroyer(ASTTy.isDestructedType()), in emitDeclareTargetVarDefinition()